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
The Clearbit API returns rate limit information inside the HTTP Headers.
AFAIK: this SDK does not surface the header in the response. Is there a way to access those headers (e.g. to figure out the correct backoff) from node-clearbit or do we need to implement our own version to call the API directly and access the headers?
The text was updated successfully, but these errors were encountered:
(follow-up from #23).
The Clearbit API returns rate limit information inside the HTTP Headers.
AFAIK: this SDK does not surface the header in the response. Is there a way to access those headers (e.g. to figure out the correct backoff) from
node-clearbit
or do we need to implement our own version to call the API directly and access the headers?The text was updated successfully, but these errors were encountered: