Package com.amilesend.tvmaze.client.api
Class ApiBase
java.lang.Object
com.amilesend.tvmaze.client.api.ApiBase
- Direct Known Subclasses:
EpisodesApi
,PeopleApi
,ScheduleApi
,SearchApi
,ShowsApi
,UpdatesApi
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
-
Constructor Details
-
ApiBase
Creates a newApiBase
instance.- Parameters:
connection
- The connection that wraps the underlying HTTP client.
-