Skip to main content

record_api_idempotency

Function record_api_idempotency 

Source
pub fn record_api_idempotency(key: &str, session_id: &str) -> Result<()>
Expand description

Remember that an API session-creation key produced this session, so a retry with the same key returns the same session instead of starting another.