node-server-sdk

Home > @eppo/node-server-sdk

node-server-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. After invocation of this method, the SDK will poll Eppo’s API at regular intervals to retrieve assignment configurations.

Interfaces

Interface Description
IClientConfig Configuration used for initializing the Eppo client