UNPKG

featurehub-eventsource-sdk

Version:

FeatureHub SDK. Supports near real-time feature flag updates via eventsource (SSE) or on-demand updates via REST requests.

6 lines 357 B
import { EdgeFeatureHubConfig } from 'featurehub-repository'; import { FeatureHubEventSourceClient } from './featurehub_eventsource'; EdgeFeatureHubConfig.defaultEdgeServiceSupplier = (repo, cfg) => new FeatureHubEventSourceClient(cfg, repo); export * from './featurehub_eventsource'; export * from 'featurehub-repository'; //# sourceMappingURL=index.js.map