HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
536 stars 152 forks source link

/resources/skyblock/skills uses "collections" and not "skills" as main key #417

Closed GoogleSites closed 3 years ago

GoogleSites commented 3 years ago

According to the documentation, the JSON key to the list of skills should be skills. However, in the API, it uses collections.

ConnorLinfoot commented 3 years ago

We've added the skills key while keeping the old key to avoid instantly breaking applications that use the incorrect key. We'll likely remove the invalid key sometime in the future, maybe in a month or something.