pub async fn get_events_by_year(
configuration: &Configuration,
year: i32,
if_none_match: Option<&str>,
) -> Result<Vec<Event>, Error<GetEventsByYearError>>Expand description
Gets a list of events in the given year.
pub async fn get_events_by_year(
configuration: &Configuration,
year: i32,
if_none_match: Option<&str>,
) -> Result<Vec<Event>, Error<GetEventsByYearError>>Gets a list of events in the given year.