Skip to main content

ResourceManager

Resource endpoints.

Note: API Key authorization is not required to use this manager.

Hierarchy

Index

Constructors

publicconstructor

Methods

publicfetchAchievements

  • fetchAchievements(): Promise<AchievementsResponse>
  • Fetch all achievements


    Returns Promise<AchievementsResponse>

publicfetchChallenges

  • fetchChallenges(): Promise<ChallengesResponse>
  • Fetch all challenges


    Returns Promise<ChallengesResponse>

publicfetchGameInformation

  • fetchGameInformation(): Promise<GameInformationResponse>
  • Fetch information about Hypixel games


    Returns Promise<GameInformationResponse>

publicfetchGuildAchievements

  • fetchGuildAchievements(): Promise<GuildAchievementsResponse>
  • Fetch all guild achievements


    Returns Promise<GuildAchievementsResponse>

publicfetchQuests

  • fetchQuests(): Promise<QuestsResponse>
  • Fetch all quests


    Returns Promise<QuestsResponse>

publicfetchVanityCompanions

  • fetchVanityCompanions(): Promise<VanityCompanionsResponse>
  • Fetch all vanity companions


    Returns Promise<VanityCompanionsResponse>

publicfetchVanityPets

  • fetchVanityPets(): Promise<VanityPetsResponse>
  • Fetch all vanity pets


    Returns Promise<VanityPetsResponse>