API Reference
ExperimentsClient
TheExperimentsClient is the main entry point for managing experiments.
create_sync
Creates a new experiment synchronously.
feature_slug(str): A slug to identify the feature this experiment belongs to.name(str): A human-readable name for the experiment.
Experiment: The created experiment object.
create
Creates a new experiment asynchronously.
feature_slug(str): A slug to identify the feature this experiment belongs to.name(str): A human-readable name for the experiment.
Experiment: The created experiment object.