client.js into
your project or adapt it. It is not published to npm.
Features
KalixoClient.sandbox()/.production()factory helpersplaceOrder()with yourexternalOrderCodeidempotency keywaitForOrder()- waits untilestimatedReadyAt, then polls every 60s- Automatic
429backoff usingRetry-After newExternalOrderCode()helper for stable idempotency keys
Usage
Requires Node 18+ (
fetch built in). For older Node versions, pass a fetch polyfill or
swap fetch for your HTTP library.