Uses of Class
com.github.m0nk3y2k4.thetvdb.internal.connection.RemoteAPI
-
Packages that use RemoteAPI Package Description com.github.m0nk3y2k4.thetvdb.internal.connection Defines the connections between the connector and the remote API -
-
Uses of RemoteAPI in com.github.m0nk3y2k4.thetvdb.internal.connection
Constructor parameters in com.github.m0nk3y2k4.thetvdb.internal.connection with type arguments of type RemoteAPI Constructor Description APIConnection(String apiKey, String userKey, String userName, Supplier<RemoteAPI> remote)
Creates a new API connection using the given credentials for remote service authentication.APIConnection(String apiKey, Supplier<RemoteAPI> remote)
Creates a new API connection using the givenapiKey
for remote service authentication.
-