BaseManager: Base class for all managers This component is an abstract class used to create managers for the Jikan API
new
BaseManager(client: JikanClient)
readonly
client: JikanClient
abstract
readonly
endpoint: string
private
readonly
_cache: cacheManager.CacheManager
protected
_buildAPIRequestQuery(): apiModel.APIRequestQuery
protected
_fetchData<T>(query: apiModel.APIRequestQuery): Promise<T>