HypixelDev / PublicAPI

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

Authentication by API Key missing on some endpoints. #387

Closed Picsou993 closed 3 years ago

Picsou993 commented 3 years ago

On some SkyBlock endpoints, it is not needed anymore to use a key to get the data. If it's not a bug if the data is cached, then the documentation should be edited.

List of affected methods:

Documentation:

Furthermore, https://api.hypixel.net/skyblock/auctions_ended does not require an API Key too but it looks like this one is intended to not have one according to the documentation: https://github.com/HypixelDev/PublicAPI/blob/master/Documentation/methods/skyblock/auctions_ended.md

ConnorLinfoot commented 3 years ago

None of these endpoints require a key. The documentation has not been updated as we're working on rewriting it.