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