HypixelDev / PublicAPI

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

You have already looked up this name recently #406

Closed mdashlw closed 3 years ago

mdashlw commented 3 years ago

Please revert this change. It's terrible. I'm confident this is the worst thing that has happened to the api so far. If looking up players by name is expensive for the api, then name->uuid could be cached for like 15 minutes (the cooldown between lookups is like 5 minutes anyway). This is a breaking change that was never warned about and given no time to prepare for it. So even if you want to keep this, you should delay this until 4.0.0 PR is merged.

ConnorLinfoot commented 3 years ago

The endpoint is deprecated and has been for over 4 years and I would recommend it should not be relied upon like any deprecated endpoint. There is also an explanation for this change here and we will not be reverting it.