Module scenarios

Module scenarios 

Source
Expand description

Scenario-First SDKs

This module provides high-level scenario execution APIs that chain multiple endpoint calls together, enabling developers to work with business-level scenarios (e.g., “CheckoutSuccess”) instead of individual API calls.

Re-exports§

pub use executor::ScenarioExecutor;
pub use registry::ScenarioRegistry;
pub use types::ScenarioDefinition;
pub use types::ScenarioParameter;
pub use types::ScenarioResult;
pub use types::ScenarioStep;
pub use types::StepResult;

Modules§

executor
Scenario executor that converts scenarios to chains and executes them
registry
Scenario registry for storing and retrieving scenario definitions
types
Scenario type definitions