Get It Done Logo
Get It Done
SDK

TypeScript SDK open-sourced

The official GetItDone TypeScript SDK is now developed in the open. It is a thin, typed wrapper over the /v1 REST surface with retries, automatic idempotency keys on consequential POSTs, cursor pagination helpers, and typed problem errors.

The npm release of @nowgetitdone/sdk is rolling out — until it lands, install from the GitHub source. The client-usage snippets in these docs are the real API.

Highlights

  • Source on GitHub, npm release rolling out
  • Typed request/response shapes generated from the same contracts the server validates with
  • Standard Webhooks signature verification helper for your server