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
Wrap the HTTP response and the API call response (decoded JSON body), in
an object with accessors for the rate limiting headers (rate_limit,
rate_limit_remaining, and rate_limit_reset). Accessors result and
http_response return the usual result and the HTTP response object,
respectively.
Users interested in the old RateLimit trait (#27), may find this useful.
Some users have requested a RateLimit trait compatible with API v1.1.
The text was updated successfully, but these errors were encountered: