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
I don't think there's a way for us to watch the rate limits easily with the API is there?
In the documentation it says this:
Request header: The returned information of each request will carry the following information: total resource pool quota, resource pool remaining quota, resource pool quota reset countdown (milliseconds).
"gw-ratelimit-limit": 500
"gw-ratelimit-remaining": 300
"gw-ratelimit-reset": 1489
I don't have much experience with dealing with request headers so any tips if this is straight forward are welcomed
The text was updated successfully, but these errors were encountered:
I don't think there's a way for us to watch the rate limits easily with the API is there?
In the documentation it says this:
Request header: The returned information of each request will carry the following information: total resource pool quota, resource pool remaining quota, resource pool quota reset countdown (milliseconds).
"gw-ratelimit-limit": 500
"gw-ratelimit-remaining": 300
"gw-ratelimit-reset": 1489
I don't have much experience with dealing with request headers so any tips if this is straight forward are welcomed
The text was updated successfully, but these errors were encountered: