Hierarchy

  • Producers

Constructors

Methods

  • Gets the data of a producer from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the producer

    Returns Promise<IProducer>

    Data of the producer

  • Gets the external sites of a producer from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the producer

    Returns Promise<IResource[]>

    External sites of the producer

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

    Parameters

    • id: string | number

      MyAnimeList ID of the producer

    Returns Promise<IProducerFull>

    Full data of the producer

Generated using TypeDoc