Install @rogeriq/sdk

bash
npm install @rogeriq/sdk

The SDK ships ESM and CJS bundles with full TypeScript types. Zero runtime dependencies. Runs on:

  • Node 18+
  • Cloudflare Workers
  • Deno
  • Bun
  • Modern browsers (anywhere fetch + Web Crypto are available)

Bundle size

FileSize
ESM (dist/index.js)~19.5 KB
CJS (dist/index.cjs)~20.5 KB
Types (dist/index.d.ts)~19 KB

Versioning

Semver. Resource methods are stable; breaking changes only on major versions. The underlying API uses URL versioning (/api/v1) so old SDK versions keep working until the v1 surface itself moves.

Next

Quickstart

Set up an instance and make your first call.

Learn More
Webhooks

Verify incoming webhook signatures.

Learn More
Errors

RogerIQError, codes, request IDs.

Learn More
Pagination

listAll() async iterators auto-walk cursor pages.

Learn More
Ask a question... ⌘I