HypixelDev / PublicAPI

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

Fix null key owner in Java API #267

Closed TheNullicorn closed 4 years ago

TheNullicorn commented 4 years ago

Closes #266

Since sometime around #240, the ownerUuid field in the /key endpoint was renamed to owner. This PR reflects that change in the Java API, which is currently returning null for the owner's UUID.