Documentation Index
Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Node.js 18+ (uses the native
fetchAPI — no polyfill needed) - npm, yarn, or pnpm
The SDK uses the global
fetch available in Node 18 and all modern browsers. No additional HTTP dependencies are required.Install
First Call
Constructor Options
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | — | Required. Your API key |
baseUrl | string | Production URL | Override for dev environment |
timeout | number | 30000 | Request timeout in milliseconds |
maxRetries | number | 3 | Retries on 429/5xx |
