Skip to main content

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

OptionTypeDefaultDescription
apiKeyStringnullYour API key (required for authenticated endpoints)
baseUrlStringProduction URLOverride for dev/staging environment
timeoutDurationDuration.ofSeconds(30)Per-request HTTP timeout
maxRetriesint3Retries on 429/5xx responses

Environment Variable

Never hardcode your API key in source code or commit it to version control.

Verify the Install