You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often many APIs that use rate limiting return the number of remaining calls using headers like X-RateLimit-Remaining. It would be ideal for the interfaces to return an object that contains additional information like number of calls remaining and when the limit will be reset. This makes it easier for clients to deal with the rate limits in a better way.
The text was updated successfully, but these errors were encountered:
Context
Often many APIs that use rate limiting return the number of remaining calls using headers like
X-RateLimit-Remaining
. It would be ideal for the interfaces to return an object that contains additional information like number of calls remaining and when the limit will be reset. This makes it easier for clients to deal with the rate limits in a better way.The text was updated successfully, but these errors were encountered: