ResourceManager
Hierarchy
- BaseManager
- ResourceManager
Index
Constructors
publicconstructor
Parameters
client: Client
Returns ResourceManager
Methods
publicfetchAchievements
Fetch all achievements
Returns Promise<AchievementsResponse>
publicfetchChallenges
Fetch all challenges
Returns Promise<ChallengesResponse>
publicfetchGameInformation
Fetch information about Hypixel games
Returns Promise<GameInformationResponse>
publicfetchGuildAchievements
Fetch all guild achievements
Returns Promise<GuildAchievementsResponse>
publicfetchQuests
Fetch all quests
Returns Promise<QuestsResponse>
publicfetchVanityCompanions
Fetch all vanity companions
Returns Promise<VanityCompanionsResponse>
publicfetchVanityPets
Fetch all vanity pets
Returns Promise<VanityPetsResponse>
Resource endpoints.
Note: API Key authorization is not required to use this manager.