import { SkyBlock } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
Returns a SkyBlock profile's data, such as stats, objectives etc. The data returned can differ depending on the players in-game API settings.
Examples
Example 1
Example 1
const news = await client.skyblock.profile("20934ef9488c465180a78f861586b4cf");
Returns
Promise<ResultObject<Paths.SkyblockProfile.Get.Responses.$200, ["profile"]>>