pub async fn get_match_zebra(
configuration: &Configuration,
match_key: &str,
if_none_match: Option<&str>,
) -> Result<Zebra, Error<GetMatchZebraError>>
Expand description
Gets Zebra MotionWorks data for a Match for the given match key.
pub async fn get_match_zebra(
configuration: &Configuration,
match_key: &str,
if_none_match: Option<&str>,
) -> Result<Zebra, Error<GetMatchZebraError>>
Gets Zebra MotionWorks data for a Match for the given match key.