Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GrobberClientLike

Client which can interact with the Grobber API.

see

GrobberClient for the implementation.

Hierarchy

  • GrobberClientLike

Implemented by

Index

Methods

checkGrobberInfo

getAnimeForTitle

getAnimeInfo

  • getAnimeInfo(uid: string): Promise<AnimeInfo>

getEpisode

  • getEpisode(uid: string, episodeIndex: number): Promise<Episode>

getGrobberInfo

  • getGrobberInfo(baseURL?: undefined | string): Promise<GrobberInfo>

searchAnime

Generated using TypeDoc