Developers
SDKs

Official SDKs

Use supported language clients generated from the FluxDigest API contract.

Official FluxDigest SDKs provide typed resources, authentication, pagination, retries, errors, webhook verification, and runtime metadata over the public API. They are generated from the OpenAPI contract and refined with a small handwritten ergonomic layer.

Availability

LanguagePackageStatus
TypeScript / JavaScript@fluxdigest/sdkPlanned first beta
PythonfluxdigestPlanned after TypeScript usage validation
PHPfluxdigest/fluxdigest-phpDemand-driven
Gogithub.com/fluxdigest/fluxdigest-goDemand-driven

FluxDigest will publish another SDK only when it can receive the same contract, security, runtime, example, and release testing as the TypeScript SDK.

What every SDK includes

  • typed request and response models;
  • resource clients for every supported public endpoint;
  • authentication and custom base URL configuration;
  • cursor pagination helpers;
  • typed API, connection, timeout, and rate-limit errors;
  • safe retries with Retry-After support;
  • idempotency-key support;
  • request timeouts and caller-provided abort/cancellation signals;
  • webhook signature verification;
  • SDK name, version, language, and runtime telemetry headers;
  • sandbox support;
  • complete examples and a version support policy.

The public API remains usable without an SDK through standard HTTPS and JSON.