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