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