Open
Description
We return rate limiting data in the HTTP headers:
X-RateLimit-Limit: 5000
X-RateLimit-Remaining: 4050
X-RateLimit-Reset: 3300
Lets surface that data in the response object.
response = Clearbit::Person.find(email: '[email protected]')
response.headers["X-Next-Rate-Limit-Window"]
Metadata
Metadata
Assignees
Labels
No labels