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 class
QueryResource
Specialized 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 class
EpisodesAPI
Implementation of a connector for the remote API's Episodes endpoint.class
LanguagesAPI
Implementation of a connector for the remote API's Languages endpoint.class
MoviesAPI
Implementation of a connector for the remote API's Movies endpoint.class
SearchAPI
Implementation of a connector for the remote API's Search endpoint.class
SeriesAPI
Implementation of a connector for the remote API's Series endpoint.class
UpdatesAPI
Implementation of a connector for the remote API's Updates endpoint.class
UsersAPI
Implementation of a connector for the remote API's Users endpoint.
-