SDK
Node.js & TypeScript SDK
A zero-dependency client that wraps the entire Zaptick API with strict types, tested retries, and edge-runtime support.
#Install
Shell
- Runs on Node 18+, Bun, Deno, Cloudflare Workers, Vercel Edge.
- Zero runtime dependencies — just the
fetchbuilt into your runtime. - Ships ESM + CJS builds.
#Configuration
TypeScript
Passing just a key string is equivalent to passing { apiKey }.
#Resource namespaces
The client exposes each resource as a namespace:
TypeScript
#TypeScript everything
Every method parameter and response is fully typed — no any in the public surface. Autocomplete works in every editor that speaks LSP.
TypeScript