Skip to content

API rate limit management #17

Description

@nupfel

more and more APIs provide request limit information with either headers or in specific fields in the response

one commonly used place are headers:

"X-Rate-Limit-Limit"      => 300,
"X-Rate-Limit-Remaining"  => 298,
"X-Rate-Limit-Reset"      => 2,

keep track of those and send requests accordingly to avoid running into limits.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions