RateLimit¶
-
class
github.RateLimit.RateLimit¶ This class represents RateLimits. The reference can be found here https://docs.github.com/en/rest/reference/rate-limit
-
core¶ Rate limit for the non-search-related API
Type: class:github.Rate.Rate
-
search¶ Rate limit for the Search API.
Type: class:github.Rate.Rate
-
graphql¶ (Experimental) Rate limit for GraphQL API, use with caution.
Type: class:github.Rate.Rate
-