See the GitHub Apps API documentation for more information.
Methods
-
Create
Installation Create a time bound access token for a GitHubApp Installation that can be used to access other API endpoints (requires GitHubApp auth).Token(Int64) - Get(String) Get a single GitHub App (if private, requires Personal Access Token or GitHubApp auth)
-
Get
All List installations of the authenticated GitHub App (requires GitHubApp auth).Installations For Current() -
Get
All List installations of the authenticated GitHub App (requires GitHubApp auth).Installations For Current(Api Options) -
Get
All List installations for the currently authenticated user (requires GitHubApp User-To-Server Auth).Installations For Current User() -
Get
All List installations for the currently authenticated user (requires GitHubApp User-To-Server Auth).Installations For Current User(Api Options) -
Get
Current() Returns the GitHub App associated with the authentication credentials used (requires GitHubApp auth). -
Get
Installation(Int64) Get a single GitHub App Installation (requires GitHubApp auth). -
Get
Installation Get a single GitHub App Installation (requires GitHubApp auth).For Current(Int64) -
Get
Organization Enables an authenticated GitHub App to find the organization's installation information (requires GitHubApp auth).Installation For Current(String) -
Get
Repository Enables an authenticated GitHub App to find the repository's installation information (requires GitHubApp auth).Installation For Current(Int64) -
Get
Repository Enables an authenticated GitHub App to find the repository's installation information (requires GitHubApp auth).Installation For Current(String, String) -
Get
User Enables an authenticated GitHub App to find the users's installation information (requires GitHubApp auth).Installation For Current(String)
Properties
- Installation Access GitHub's Apps Installations API.