Home > @eppo/js-client-sdk
js-client-sdk package
Functions
Function |
Description |
getInstance() |
Used to access a singleton SDK client instance. Use the method after calling init() to initialize the client. |
init(config) |
Initializes the Eppo client with configuration parameters. This method should be called once on application startup. |
Interfaces
Interface |
Description |
IAssignmentEvent |
Holds data about the variation a subject was assigned to. |
IAssignmentLogger |
Implement this interface log variation assignments to your data warehouse. |
IClientConfig |
Configuration used for initializing the Eppo client |
IEppoClient |
Client for assigning experiment variations. |