Function repo_check_team

Source
pub async fn repo_check_team(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    team: &str,
) -> Result<Team, Error<RepoCheckTeamError>>