uphold / docs

Uphold API Reference
https://uphold.com/en/developer/api/documentation/
48 stars 39 forks source link

Update rate limit headers #130

Closed rplopes closed 7 years ago

rplopes commented 7 years ago

Resolves https://github.com/uphold/docs/issues/111.

This PR updates our docs with the new rate limit headers. Here's the conversion from the old ones to the new ones:

X-RateLimit-Remaining -> Rate-Limit-Remaining
X-RateLimit-Reset -> Rate-Limit-Reset
X-RateLimit-Limit -> Rate-Limit-Total

The old headers are still provided in API responses but are now deprecated, and no longer show up in these docs.