GithubApp¶
-
class
github.GithubApp.GithubApp¶ This class represents github apps. The reference can be found here https://docs.github.com/en/rest/reference/apps
-
created_at¶ Type: datetime.datetime
-
description¶ Type: string
-
events¶ Type: list of string
-
external_url¶ Type: string
-
html_url¶ Type: string
-
id¶ Type: int
-
name¶ Type: string
-
owner¶ Type: Github.NamedUser.NamedUser
-
permissions¶ Type: dict
-
slug¶ Type: string
-
updated_at¶ Type: datetime.datetime
-
url¶ Type: string
-