pub async fn get_district_events_simple(
configuration: &Configuration,
district_key: &str,
if_none_match: Option<&str>,
) -> Result<Vec<EventSimple>, Error<GetDistrictEventsSimpleError>>Expand description
Gets a short-form list of events in the given district.