SDKs
Official ReachScore client libraries for your favorite languages. All SDKs are open source and fully typed.
TS
TypeScript / Node.js
Full TypeScript support with autocompletion and type checking.
npm install @reachscore/sdkPy
Python
Sync and async clients with full type hints for Python 3.8+.
pip install reachscoreGo
Go
Idiomatic Go client with context support.
Coming Soon
Java
Java
Java 11+ client with reactive support.
Coming Soon
Using the REST API Directly
All SDKs are thin wrappers around our REST API. You can use any HTTP client to interact with ReachScore.
View API ReferenceSDK Features
Type Safety
Full type definitions for all requests and responses.
Automatic Retries
Built-in retry logic with exponential backoff for transient errors.
Error Handling
Typed exceptions for each error type with helpful messages.
Pagination
Auto-pagination helpers for list endpoints.