pub async fn repo_get_repo_permissions(
configuration: &Configuration,
owner: &str,
repo: &str,
collaborator: &str,
) -> Result<RepoCollaboratorPermission, Error<RepoGetRepoPermissionsError>>
pub async fn repo_get_repo_permissions(
configuration: &Configuration,
owner: &str,
repo: &str,
collaborator: &str,
) -> Result<RepoCollaboratorPermission, Error<RepoGetRepoPermissionsError>>