-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently there is no proper ratelimit system for HTTP requests, all 4xx responses are treated as PteroAPIError
s and are subsequently thrown. Ratelimit responses should be a special case which suspends all requests until the ratelimit is over, this can be tracked via the X-Ratelimit-Limit
and X-Ratelimit-Remaining
headers.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request