-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
There is a limit for API requests that depends on many factors.
For every API request, Github returns the following three data in HTTP headers :
X-RateLimit-Limit
The maximum number of requests you're permitted to make per hour.X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.X-RateLimit-Reset
The time at which the current rate limit window resets in UTC epoch seconds.
It should be nice if the lib could allow applications to log this information
Reference: https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested