Hierarchy

  • People

Constructors

Methods

  • Gets list of the anime contributed by a person from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the person

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

    List of anime contributed by the person

  • Gets the data of a person from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the person

    Returns Promise<IPerson>

    Data of the person

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

    Parameters

    • id: string | number

      MyAnimeList ID of the person

    Returns Promise<IPersonFull>

    Full data of the person

  • Gets list of the manga contributed by a person from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the person

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

    List of manga contributed by the person

  • Gets the pictures of a person from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the person

    Returns Promise<ICommonPicture[]>

    Pictures of the person

  • Gets list of the voices featured by a person from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the person

    Returns Promise<IPersonVoice[]>

    List of voices featured by the person

Generated using TypeDoc