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

Type

class:github.Rate.Rate

property search

Rate limit for the Search API.

Type

class:github.Rate.Rate

property graphql

(Experimental) Rate limit for GraphQL API, use with caution.

Type

class:github.Rate.Rate