Class ApiBase
java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
- Direct Known Subclasses:
AccountApi, AuthenticationApi, CertificationsApi, ChangesApi, CollectionsApi, CompaniesApi, ConfigurationApi, CreditsApi, DiscoverApi, FindApi, GenresApi, GuestSessionsApi, KeywordsApi, ListsApi, MovieListsApi, MoviesApi, NetworksApi, PeopleApi, PeopleListsApi, ReviewsApi, SearchApi, TrendingApi, TvEpisodeGroupsApi, TvEpisodesApi, TvSeasonsApi, TvSeriesApi, TvSeriesListsApi, WatchProvidersApi
The API Base class used to simplify the construction of API URLs for the
Connection
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApiBase
(@NonNull com.amilesend.client.connection.Connection<GsonFactory> connection) Creates a newApiBase
instance. -
Method Summary
Modifier and TypeMethodDescription@NonNull com.amilesend.client.connection.Connection
<GsonFactory> The connection that wraps the underlying HTTP client.
-
Constructor Details
-
ApiBase
Creates a newApiBase
instance.- Parameters:
connection
- The connection that wraps the underlying HTTP client.
-
-
Method Details
-
getConnection
The connection that wraps the underlying HTTP client.
-