Interface GrobberClientLike
Methods
checkGrobberInfo
-
Parameters
-
Optional baseURL: undefined | string
getAnimeForTitle
-
Parameters
-
title: string
-
Optional group: undefined | false | true
- Anime result,
undefined
if there was an error.
getAnimeInfo
- getAnimeInfo(uid: string): Promise<AnimeInfo>
getEpisode
- getEpisode(uid: string, episodeIndex: number): Promise<Episode>
-
Parameters
-
uid: string
-
episodeIndex: number
Returns Promise<Episode>
getGrobberInfo
- getGrobberInfo(baseURL?: undefined | string): Promise<GrobberInfo>
-
Parameters
-
Optional baseURL: undefined | string
searchAnime
-
Parameters
- List of search results, undefined` if there was an error.
Client which can interact with the Grobber API.
GrobberClient for the implementation.