Official SDKs
OathNet provides official client libraries to simplify API integration:Python SDK
pip install oathnetAsync support, type hints, and comprehensive error handlingJavaScript SDK
npm install oathnetTypeScript support, browser and Node.js compatible. Source: oathnet/oathnet-jsGo SDK
go get github.com/oathnet/oathnet-goIdiomatic Go with context support. Source: oathnet/oathnet-goCLI Tool
npx oathnet or go installCommand-line interface for all API operationscURL Examples
Copy-paste examples for quick testing
Quick Comparison
Installation
Source Repositories
Quick Start
Common Features
Authentication
Error Handling
SDKs provide typed exceptions:Pagination
SDKs support cursor-based pagination:Rate Limiting
Built-in rate limiting respects API quotas:SDK vs Direct API
Community SDKs
Community-maintained libraries (not officially supported):Next Steps
Python SDK
Full Python documentation
JavaScript SDK
Full JavaScript documentation
Go SDK
Full Go documentation
CLI Tool
Command-line interface guide