HypixelDev / PublicAPI

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

[SkyBlock] feature request: support canonical UUID format in `/skyblock/auction` #595

Closed matteopolak closed 1 year ago

matteopolak commented 1 year ago

Unlike /player, the /skyblock/auction endpoint doesn't support canonical UUIDs, is this intentional? Would it be possible to add support for these for uuid, profile and player?

I'm looking to be able to use cd37bc22-7039-4eb9-82ba-932215f02eae instead of cd37bc2270394eb982ba932215f02eae (since these are just stripped v4 UUIDs).

ConnorLinfoot commented 1 year ago

This has now been changed to support both formats of UUID, thanks for reporting.