Installation
- class github.Installation.Installation
This class represents Installations.
The reference can be found here https://docs.github.com/en/rest/reference/apps#installations
The OpenAPI schema can be found at
/components/schemas/installation
- property requester: Requester
Return my Requester object.
For example, to make requests to API endpoints not yet supported by PyGitHub.
- get_repos() PaginatedList[Repository]