GitHub::REST::Installations
Instance methods
add_repo_to_installation(installation_id : String, repository_id : String) : Nil
Sourcecreate_content_attachment(token : String, content_reference_id : String, payload : ContentAttachmentPayload) : Installations::ContentAttachment
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
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.
list_accessible_repos(token : String, installation_id : String) : Installation::InstallationRepositories
NOTE: Requires a user-to-server OAuth access token
Need an installation access token!
Need an installation access token!
remove_repo_from_installation(installation_id : String, repository_id : String) : Nil
Sourcerevoke_installation_token(token : String) : Nil
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