HypixelDev / PublicAPI

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

Implement a RateLimit object to contain the rate limit headers in replies #600

Closed ConnorLinfoot closed 1 year ago

ConnorLinfoot commented 1 year ago

As suggested in #598 this PR implements a RateLimit object that is accessible on replies to authenticated endpoints which contains information about the rate limit of the key that is in use.

Closes #598