Skip to main content
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-sdk

SDKs

TypeScript / JavaScriptAvailableTyped fetch client, `@anglerpass/sdk`.
PythonStarterQuickstart + reference client.
SwiftStarterFor iOS trip-planning apps.
KotlinStarterFor Android apps.