| Package | Language | Status |
|---|---|---|
@tradequ/meshqu-client | TypeScript / JavaScript | Early access — contact us |
- Authentication header injection.
- Tenant header injection.
- Typed request and response objects.
- Automatic error mapping to typed exception classes.
- Configurable timeouts and retries.
When to use the SDK vs. raw HTTP
Use the SDK when you are working in a Node.js or TypeScript environment. It removes boilerplate and provides compile-time type safety. Use raw HTTP when you are calling from a language without an official SDK, or from infrastructure tooling (CI pipelines, shell scripts, etc.).Other languages
A Python SDK is coming soon. In the meantime, use the REST API directly withhttpx or requests. See the API Reference for endpoint details.
Additional SDKs for other languages are planned depending on demand. If you need SDK support for a specific language, contact [email protected].