TypeScript / JavaScript SDK
Fully typed client for Node 18+, edge runtimes (Cloudflare Workers, Vercel Edge), and browsers. Includes retries, pagination helpers, and an HMAC webhook verifier.
npm install @qehs/sdk
Source: github.com/qehsethos/qehs-sdk-ts
Python SDK
Synchronous and async (asyncio + httpx) clients. Python 3.10+. Dataclass-shaped responses with full pyright support.
pip install qehs
Source: github.com/qehsethos/qehs-sdk-python
Go SDK
Context-first client with interfaces that match the OpenAPI schema. Preview — API surface may evolve; pinning recommended.
go get github.com/qehsethos/qehs-sdk-go
Source: github.com/qehsethos/qehs-sdk-go