get_events_by_year

Function get_events_by_year 

Source
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.