Requirements
- Java 17 or later
- Maven 3.6+ (build tool)
- No runtime dependencies — uses Java standard library only
Install
Add to your pom.xml:
Then run:
To pin to a specific version:
First Call
Configuration
| Option | Type | Default | Description |
|---|
apiKey | String | null | Your API key (required for authenticated endpoints) |
baseUrl | String | Production URL | Override for dev/staging environment |
timeout | Duration | Duration.ofSeconds(30) | Per-request HTTP timeout |
maxRetries | int | 3 | Retries on 429/5xx responses |
Environment Variable
Never hardcode your API key in source code or commit it to version control.
Verify the Install