Skip to main content

Official SDKs

OathNet provides official client libraries to simplify API integration:

Python SDK

pip install oathnetAsync support, type hints, and comprehensive error handling

JavaScript SDK

npm install oathnetTypeScript support, browser and Node.js compatible. Source: oathnet/oathnet-js

Go SDK

go get github.com/oathnet/oathnet-goIdiomatic Go with context support. Source: oathnet/oathnet-go

CLI Tool

npx oathnet or go installCommand-line interface for all API operations

cURL 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):
Community SDKs are not officially maintained. Use at your own risk.

Next Steps

Python SDK

Full Python documentation

JavaScript SDK

Full JavaScript documentation

Go SDK

Full Go documentation

CLI Tool

Command-line interface guide