Uses of Class
com.github.m0nk3y2k4.thetvdb.internal.resource.Resource
-
Packages that use Resource Package Description com.github.m0nk3y2k4.thetvdb.internal.resource Defines the general resources offered by the remote APIcom.github.m0nk3y2k4.thetvdb.internal.resource.impl Defines the implementation of the individual connectors for the remote routes -
-
Uses of Resource in com.github.m0nk3y2k4.thetvdb.internal.resource
Subclasses of Resource in com.github.m0nk3y2k4.thetvdb.internal.resource Modifier and Type Class Description classQueryResourceSpecialized implementation for resources containing additional URL query parameters. -
Uses of Resource in com.github.m0nk3y2k4.thetvdb.internal.resource.impl
Subclasses of Resource in com.github.m0nk3y2k4.thetvdb.internal.resource.impl Modifier and Type Class Description classEpisodesAPIImplementation of a connector for the remote API's Episodes endpoint.classLanguagesAPIImplementation of a connector for the remote API's Languages endpoint.classMoviesAPIImplementation of a connector for the remote API's Movies endpoint.classSearchAPIImplementation of a connector for the remote API's Search endpoint.classSeriesAPIImplementation of a connector for the remote API's Series endpoint.classUpdatesAPIImplementation of a connector for the remote API's Updates endpoint.classUsersAPIImplementation of a connector for the remote API's Users endpoint.
-