Installation¶
-
class
github.Installation.Installation¶ This class represents Installations. The reference can be found here https://docs.github.com/en/rest/reference/apps#installations
-
id¶ Type: integer
-
app_id¶ Type: integer
-
target_id¶ Type: integer
-
target_type¶ Type: string
-
get_repos()¶ Calls: GET /installation/repositories Return type: github.PaginatedList.PaginatedListofgithub.Repository.Repository
-