pub async fn get_event_simple(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<EventSimple, Error<GetEventSimpleError>>
Expand description
Gets a short-form Event.
pub async fn get_event_simple(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<EventSimple, Error<GetEventSimpleError>>
Gets a short-form Event.