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.
pub async fn get_team(
configuration: &Configuration,
team_key: &str,
if_none_match: Option<&str>,
) -> Result<Team, Error<GetTeamError>>
Gets a Team
object for the team referenced by the given key.