pub async fn get_event_teams_simple(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<Vec<TeamSimple>, Error<GetEventTeamsSimpleError>>
Expand description
Gets a short-form list of Team
objects that competed in the given event.