WebService::GitHub::Repos::Invitations
Accept a repository invitation
WebService::GitHub::Repos::Invitations.accept-invitation( Int(Str) $invitation-id
)
Decline a repository invitation
WebService::GitHub::Repos::Invitations.decline-invitation( Int(Str) $invitation-id
)
Delete a repository invitation
WebService::GitHub::Repos::Invitations.delete-invitation( Str $owner
, Str $repo
, Int(Str) $invitation-id
)
List repository invitations
WebService::GitHub::Repos::Invitations.list-invitations( Str $owner
, Str $repo
, Int(Str) :$per-page
, Int(Str) :$page
)
List repository invitations for the authenticated user
WebService::GitHub::Repos::Invitations.list-invitations-for-authenticated-user( Int(Str) :$per-page
, Int(Str) :$page
)
Update a repository invitation
WebService::GitHub::Repos::Invitations.update-invitation( Str $owner
, Str $repo
, Int(Str) $invitation-id
, WebService::GitHub::Repos::Invitations::UpdateInvitationPermissions :$permissions
)