-
Notifications
You must be signed in to change notification settings - Fork 30
API request limits #16
Copy link
Copy link
Open
Description
There is a very strict limit on the number of requests that can be performed sequentially (2 per app per second). This means if you want to do several operations in quick succession (i.e. generate something, see if it's been successful then access it) you are likely to hit this upper bound which will result in an insufficient permissions error.
It would be useful to have:
- A distinct error type when API request limits have been hit.
- Wrapping the requests interface to include some kind of 'last requests time' which imposes this limit automatically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels