Official SDKs
Installation
npm install @crossborderly/api-client
Quick Comparison
| Feature | JavaScript | Python | cURL |
|---|
| Type Safety | ✅ TypeScript | ✅ Type hints | ❌ |
| Automatic Retries | ✅ | ✅ | ❌ |
| Rate Limiting | ✅ Built-in | ✅ Built-in | Manual |
| Webhook Verification | ✅ | ✅ | Manual |
Not Using an SDK?
You can integrate directly with our REST API using any HTTP client. See our cURL examples for guidance.
Community-maintained SDKs (not officially supported):
| Language | Package | Maintainer |
|---|
| PHP | crossborderly/php-sdk | @community |
| Ruby | crossborderly-ruby | @community |
| Go | go-crossborderly | @community |
Community SDKs are not officially supported. Use at your own risk.