Menu
Reference
OpenAPI & SDKs
One spec drives the reference, the playground, the client collections, and the SDKs — generated live, never drifting.
Download
Generate your own client
The spec is standard OpenAPI 3.1, so any generator works:
bash
npx @openapitools/openapi-generator-cli generate \
-i https://api.anglerpass.com/v1/openapi.json \
-g typescript-fetch -o ./anglerpass-sdkSDKs
| TypeScript / JavaScript | Available | Typed fetch client, `@anglerpass/sdk`. |
| Python | Starter | Quickstart + reference client. |
| Swift | Starter | For iOS trip-planning apps. |
| Kotlin | Starter | For Android apps. |