RateLimit

class github.RateLimit.RateLimit

This class represents RateLimits.

The reference can be found here https://docs.github.com/en/rest/reference/rate-limit

The OpenAPI schema can be found at

  • /components/schemas/rate-limit-overview/properties/resources

property actions_runner_registration: Rate

Rate limit for registering self-hosted runners in GitHub Actions.

property code_scanning_upload: Rate

Rate limit for uploading SARIF results to code scanning.

Rate limit for the REST API for searching code.

property core: Rate

Rate limit for the non-search-related API.

property dependency_snapshots: Rate

Rate limit for submitting snapshots to the dependency graph.

property graphql: Rate

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

property integration_manifest: Rate

Rate limit for POST /app-manifests/{code}/conversions operation.

property search: Rate

Rate limit for the Search API.