Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

API request limits #16

Open
Andrew-Woodford opened this issue Sep 25, 2018 · 0 comments
Open

API request limits #16

Andrew-Woodford opened this issue Sep 25, 2018 · 0 comments

Comments

@Andrew-Woodford
Copy link

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:

  1. A distinct error type when API request limits have been hit.
  2. Wrapping the requests interface to include some kind of 'last requests time' which imposes this limit automatically.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant