Function get_match

Source
pub async fn get_match(
    configuration: &Configuration,
    match_key: &str,
    if_none_match: Option<&str>,
) -> Result<Match, Error<GetMatchError>>
Expand description

Gets a Match object for the given match key.