Documentation Index
Fetch the complete documentation index at: https://docs.barker.money/llms.txt
Use this file to discover all available pages before exploring further.
Status
| SDK | Package | Status |
|---|---|---|
| JavaScript / TypeScript | @barker/sdk-js | Alpha — pin exact version |
| Python | barker-sdk | Alpha — pin exact version |
JavaScript / TypeScript
Install
Use
Configuration
| Option | Default | Notes |
|---|---|---|
apiKey | — (required) | bk_live_* |
baseUrl | https://api.barker.money | Override only for self-host / proxy |
timeout | 15000 ms | Per request |
retry | 3 on idempotent + 5xx | Exponential backoff |
Python
Install
Use
Generate your own client
If your language isn’t covered or you want full control, point any OpenAPI codegen tool at our spec:- TypeScript:
openapi-typescript+openapi-fetch - Python:
openapi-python-client - Go:
oapi-codegen - Rust:
progenitor