pub async fn repo_check_collaborator(
configuration: &Configuration,
owner: &str,
repo: &str,
collaborator: &str,
) -> Result<(), Error<RepoCheckCollaboratorError>>
pub async fn repo_check_collaborator(
configuration: &Configuration,
owner: &str,
repo: &str,
collaborator: &str,
) -> Result<(), Error<RepoCheckCollaboratorError>>