Function repos_slash_list_invitations

Source
pub async fn repos_slash_list_invitations(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<RepositoryInvitation>, Error<ReposSlashListInvitationsError>>
Expand description

When authenticating as a user with admin rights to a repository, this endpoint will list all currently open repository invitations.