Installation
Requirements
- Go 1.21 or higher
Quick Start
Configuration
Initialize the Client
Environment Variables
The SDK readsZAVUDEV_API_KEY automatically if no key is provided:
Accessing Response Headers
Useoption.WithResponseInto() to access the full HTTP response including headers (useful for rate limiting):
Error Handling
Error Types
| Error Code | Description |
|---|---|
400 | Invalid request parameters |
401 | Invalid or missing API key |
403 | Insufficient permissions |
404 | Resource not found |
429 | Rate limit exceeded |
