2 weeks ago
SDK offline mode
During local development or testing, you might want to avoid making network requests to the Stigg API.
To do this, you can run the the Stigg SDK in offline mode by enabling the "offline" option. When enabled:
1. API key validation will always succeed
2. Entitlement evaluations will return the values that are defined in the global fallback configuration
Offline mode is supported by the Stigg Node.js SDK v3.56.1 and Stigg Sidecar SDK v2.236.1 or later.