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