pub async fn repo_add_collaborator(
configuration: &Configuration,
owner: &str,
repo: &str,
collaborator: &str,
body: Option<AddCollaboratorOption>,
) -> Result<(), Error<RepoAddCollaboratorError>>
pub async fn repo_add_collaborator(
configuration: &Configuration,
owner: &str,
repo: &str,
collaborator: &str,
body: Option<AddCollaboratorOption>,
) -> Result<(), Error<RepoAddCollaboratorError>>