Uses of Interface
com.github.m0nk3y2k4.thetvdb.api.TheTVDBApi
-
Packages that use TheTVDBApi Package Description com.github.m0nk3y2k4.thetvdb Defines all sources of the thetvdb-java-api connectorcom.github.m0nk3y2k4.thetvdb.internal.api.impl Defines the internal implementation of the public API -
-
Uses of TheTVDBApi in com.github.m0nk3y2k4.thetvdb
Methods in com.github.m0nk3y2k4.thetvdb that return TheTVDBApi Modifier and Type Method Description static TheTVDBApi
TheTVDBApiFactory. createApi(String apiKey)
Creates a new TheTVDBApi instance.static TheTVDBApi
TheTVDBApiFactory. createApi(String apiKey, Proxy proxy)
Creates a new TheTVDBApi instance.static TheTVDBApi
TheTVDBApiFactory. createApi(String apiKey, String userKey, String userName)
Creates a new TheTVDBApi instance.static TheTVDBApi
TheTVDBApiFactory. createApi(String apiKey, String userKey, String userName, Proxy proxy)
Creates a new TheTVDBApi instance. -
Uses of TheTVDBApi in com.github.m0nk3y2k4.thetvdb.internal.api.impl
Classes in com.github.m0nk3y2k4.thetvdb.internal.api.impl that implement TheTVDBApi Modifier and Type Class Description class
TheTVDBApiImpl
Implementation of theTheTVDBApi
API layout.
-