Hierarchy

  • Characters

Constructors

Methods

  • Gets the list of anime appeared by a character from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the character

    Returns Promise<CharacterSource<"anime">[]>

    List of anime appeared by the character

  • Gets the data of a character from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the character

    Returns Promise<ICharacter>

    The data of the character

  • Gets the full data of a character from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the character

    Returns Promise<ICharacterFull>

    The full data of the character

  • Gets the list of manga appeared by a character from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the character

    Returns Promise<CharacterSource<"manga">[]>

    List of manga appeared by the character

  • Gets the voice actors of a character from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the character

    Returns Promise<IVoiceActor[]>

    Voice actors of the character

Generated using TypeDoc