Examples

End-to-end Node.js SDK examples.

Minimal example

npm install @soasap-com/node-sdk
const flags = createSoasapClient({
  apiKey: process.env.SOASAP_API_KEY!,
  preload: true,
});
flags.getBool("new-checkout")