SDKs
SDKs
Official client libraries for OnePath Connect.
Official SDKs handle authentication, request building, error parsing, and TypeScript types so you can focus on your product.
| SDK | Package | Status |
|---|---|---|
| TypeScript / JavaScript | @onepath/connect | Coming soon |
| Python | onepath-connect | Coming soon |
| Go | — | Planned |
| .NET/C# | — | Planned |
Why use an SDK?
The raw API is always available, but SDKs give you:
- Full TypeScript types for all requests and responses
- Automatic consent token attachment
- Built-in retry logic with exponential backoff
- Typed error classes (
OnepathAuthError,OnepathRateLimitError, etc.) - IDE autocomplete for every endpoint
While SDKs are in development
Use the raw API with curl or your favorite HTTP client. See Your First API Call for working examples.
Subscribe to the changelog to be notified when SDKs ship.