API & developer
SDKs and client libraries
Last updated 10 March 2026
The HTTP API is the source of truth, but official SDKs handle auth, retries, and pagination for you.
Available clients
@auxio/node, auxio-python, github.com/auxio/auxio-go, and auxio-ruby. All are MIT-licensed and tracked at github.com/auxio.
Installation
npm install @auxio/node, pip install auxio, go get github.com/auxio/auxio-go, gem install auxio.
Versioning
SDKs follow the API version they target (@auxio/node@1.x maps to /v1). Minor version bumps add endpoints; major version bumps require code changes.
Was this helpful?