Function get_team

Source
pub async fn get_team(
    configuration: &Configuration,
    team_key: &str,
    if_none_match: Option<&str>,
) -> Result<Team, Error<GetTeamError>>
Expand description

Gets a Team object for the team referenced by the given key.