pub async fn get_event_matches(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<Vec<Match>, Error<GetEventMatchesError>>Expand description
Gets a list of matches for the given event.
pub async fn get_event_matches(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<Vec<Match>, Error<GetEventMatchesError>>Gets a list of matches for the given event.