pub async fn get_event(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<Event, Error<GetEventError>>
Expand description
Gets an Event.
pub async fn get_event(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<Event, Error<GetEventError>>
Gets an Event.