WebService::GitHub::Apps::Installations
Add a repository to an app installation
WebService::GitHub::Apps::Installations.add-repo-to-installation( Int(Str) $installation-id
, Int(Str) $repository-id
)
Create a content attachment
WebService::GitHub::Apps::Installations.create-content-attachment( Int(Str) $content-reference-id
, Str :$title!
, Str :$body!
)
List repositories accessible to the user access token
WebService::GitHub::Apps::Installations.list-installation-repos-for-authenticated-user( Int(Str) $installation-id
, Int(Str) :$per-page
, Int(Str) :$page
)
List app installations accessible to the user access token
WebService::GitHub::Apps::Installations.list-installations-for-authenticated-user( Int(Str) :$per-page
, Int(Str) :$page
)
List repositories accessible to the app installation
WebService::GitHub::Apps::Installations.list-repos-accessible-to-installation( Int(Str) :$per-page
, Int(Str) :$page
)
Remove a repository from an app installation
WebService::GitHub::Apps::Installations.remove-repo-from-installation( Int(Str) $installation-id
, Int(Str) $repository-id
)
Revoke an installation access token
WebService::GitHub::Apps::Installations.revoke-installation-access-token( )