Open Issues Need Help
View All on GitHubAI Summary: The GitHub issue reports a missing `UNOBTAINABLE` tier type for the `tier` property within `SkyBlockItems` in the `node-hypixel` library. This omission prevents accurate typing for admin items in the Hypixel API that are classified with an "UNOBTAINABLE" tier. The user has pinpointed the exact line in `api.ts` where this type definition needs to be updated to include the missing tier.
With IntelliSense support & 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, built-in rate-limit handling, flexible cache support, and helper functions.