satori library

Classes

Event
An event to be published to the server.
Experiment
An experiment that this user is partaking.
ExperimentList
All experiments that this identity is involved with.
Flag
Feature flag available to the identity.
FlagList
All flags available to the identity
LiveEvent
A single live event.
LiveEventList
List of Live events.
Properties
Properties associated with an identity.
SatoriBaseClient
An interface for the Satori client.
SatoriRestApiClient
A REST client to interact with the API in Satori.
Session
A session authenticated for a user with Satori server.

Functions

getSatoriClient({String? host = '127.0.0.1', String apiKey = 'apikey', int port = 7450, bool ssl = false}) SatoriBaseClient