Skip to main content

Requirements

  • Rust 1.85+
  • Tokio async runtime

Install

Add to your Cargo.toml:
Or use cargo add:

First Call

Configuration

OptionTypeDefaultDescription
api_key&strNoneYour API key (required for authenticated endpoints)
base_url&strProduction URLOverride for dev/staging environment
timeoutDuration30 secondsPer-request HTTP timeout
max_retriesu323Retries on 429/5xx with exponential backoff

Environment Variable

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

Verify the Install