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
We'd like to use the information returned in the rate limit headers to throttle our calls but it doesn't appear that those are returned as part of the API responses.
For the time being we've setup an Axios response interceptor to add the rate limit data to the API responses with something like this:
We'd like to use the information returned in the rate limit headers to throttle our calls but it doesn't appear that those are returned as part of the API responses.
For the time being we've setup an Axios response interceptor to add the rate limit data to the API responses with something like this:
however it would be great if this functionality was included in the library itself.
The text was updated successfully, but these errors were encountered: