pub async fn repo_add_team(
configuration: &Configuration,
owner: &str,
repo: &str,
team: &str,
) -> Result<(), Error<RepoAddTeamError>>
pub async fn repo_add_team(
configuration: &Configuration,
owner: &str,
repo: &str,
team: &str,
) -> Result<(), Error<RepoAddTeamError>>