Hierarchy

  • Manga

Constructors

Methods

  • Gets the data of a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    Returns Promise<IManga>

    The data of the manga

  • Get external sites of a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    Returns Promise<IResource[]>

    External sites of the manga

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

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    Returns Promise<IMangaFull>

    The full data of the manga

  • Gets more info of a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    Returns Promise<IMoreInfo>

    More info of the manga

  • Gets the list of news related to a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    • Optional config: ICommonConfig

      Config to make the request

    Returns Promise<{
        data: INewsResponse[];
        pagination: IPagination;
    }>

    List of news related to the manga

  • Gets the pictures of a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    Returns Promise<IPicture[]>

    Pictures of the manga

  • Gets recommendations of a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    Returns Promise<IRecommendation[]>

    List of recommendations from the manga

  • Gets relation of a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    Returns Promise<IRelation[]>

    Relations of the manga

  • Gets the topics related to a manga from its MyAnimeList ID

    Parameters

    • id: string | number

      MyAnimeList ID of the manga

    • Optional config: IForumConfig

    Returns Promise<IForum[]>

    List of topics related to the manga

Generated using TypeDoc