TypeScript SDK
Official SUQO SDK for server-side TypeScript.
Server-side TypeScript SDK for the SUQO subscription management platform. Integrate products, subscriptions, customers, and webhooks into your own app without hand-writing raw API calls.
Source: github.com/suqo-ai/suqo-sdk-ts · npm: @suqo/sdk · v1.0.0
Server-side only. This SDK uses your full-access API key and must never be bundled into browser code.
Install
npm install @suqo/sdkWhat's included
- Dual build — ESM and CommonJS, with full TypeScript types either way.
- Strict typing — no
anyin the public surface; money and other decimal fields always stay strings, never silently coerced or rounded. - Zero runtime dependencies.
- Automatic retries on safe (read) requests, with sane timeout defaults — writes are never retried automatically.
Next
- Quickstart — install the package and make your first real call.
- Configure the client — API keys, environment inference, timeouts and retries.
- Manage subscriptions — the lifecycle the SDK is mostly used for.
- Handle webhooks — verifying inbound deliveries.
- Changelog & versioning — what shipped, and what a major bump means.