module GitHub::REST::Installations
Direct including types
Defined in:
githubcr/rest.crInstance Method Summary
- #add_repo_to_installation(installation_id : String, repository_id : String) : Nil
-
#create_content_attachment(token : String, content_reference_id : String, payload : ContentAttachmentPayload) : Installations::ContentAttachment
You must use an installation access token to access this endpoint.
-
#create_installation_token(token : String, installation_id : String, payload : TokenInstallationPayload) : InstallationToken
Need a JWT! please see.
-
#delete_installation(token : String, installation_id : String) : Nil
NOTE Raises an error if not found Need a JWT! please see.
-
#get_installation(token : String, installation_id : String) : Installation
Need a JWT! please see.
-
#get_org_installation(token : String, organization : String) : Installation
Need a JWT! please see.
-
#get_repo_installation(token : String, owner : String, repository : String) : Installation
Need a JWT! please see.
-
#get_this_app_installations(token : String) : Installation
Need a JWT! please see.
-
#get_user_installation(token : String, username : String) : Installation
Need a JWT! please see.
-
#list_accessible_repos(token : String, installation_id : String) : Installation::InstallationRepositories
NOTE Requires a user-to-server OAuth access token
-
#list_repositories_installations(token : String) : Installation::InstallationRepositories
Need an installation access token!
-
#list_user_installations(token : String) : Installation::InstallationUsers
Need an installation access token!
- #remove_repo_from_installation(installation_id : String, repository_id : String) : Nil
-
#revoke_installation_token(token : String) : Nil
You must use an installation access token to access this endpoint.
Instance Method Detail
You must use an installation access token to access this endpoint. https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation
Need a JWT! please see.
NOTE Raises an error if not found Need a JWT! please see.
Need a JWT! please see.
Need a JWT! please see.
Need a JWT! please see.
Need a JWT! please see.
NOTE Requires a user-to-server OAuth access token
Need an installation access token!
Need an installation access token!
You must use an installation access token to access this endpoint. https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation