Skip to main content
Module

x/hypixel/mod.ts>getSkyBlockProfileMemberSkills

With thorough IntelliSense support & 100% test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses (and an OpenAPI 3.0 schema!), built-in rate-limit handling, flexible cache support, helper functions, and support for undocumented endpoints.
Latest
function getSkyBlockProfileMemberSkills
import { getSkyBlockProfileMemberSkills } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";

This helper takes a profile member and converts raw skill EXP to skill levels using the skills resources. Returns false is none of the profile member does not have their skills API enabled.

Parameters

profileMember: Components.Schemas.SkyBlockProfileMember

The SkyBlock profile member object you want to check.

skills: Components.Schemas.SkyBlockResourcesSkills

The skills resource object.