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
Constructors -
Method Summary
-
Constructor Details
-
ApiBase
Creates a newApiBaseinstance.- Parameters:
connection- The connection that wraps the underlying HTTP client.
-