Hierarchy

  • Clubs

Constructors

Methods

  • Gets the staffs of a MyAnimeList club from its ID

    Parameters

    • id: string | number

      MyAnimeList ID of the club

    Returns Promise<IClubStaff[]>

    Staffs of the club

  • Gets the data of a MyAnimeList club from its ID

    Parameters

    • id: string | number

      MyAnimeList ID of the club

    Returns Promise<IClub>

    The data of the club

Generated using TypeDoc