Installation
Requirements
- Node.js 18+ (or any runtime with
fetchsupport) - TypeScript 5+ (recommended, but not required)
Quick Setup
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
baseUrl | string | https://api.clinikapi.com | API base URL |
timeout | number | 30000 | Request timeout in milliseconds |
retries | number | 2 | Max retry attempts on 5xx / 429 |