Go SDK
The MeshAPI Go SDK provides a robust, type-safe client for interacting with the MeshAPI gateway. It has zero external dependencies and requires Go 1.21+.
Installation
Authentication
All requests require a Mesh API key (prefixed with rsk_).
Features
- Type-safe: Comprehensive types for all request and response bodies.
- Streaming Support: Native Go channels for SSE streaming.
- Retries: Automatic exponential backoff for 429 and 5xx errors.
- Zero Dependencies: Lightweight and easy to integrate.