Documentation Index
Fetch the complete documentation index at: https://docs.crbtrack.com/llms.txt
Use this file to discover all available pages before exploring further.
Official SDKs
JavaScript / Node.js
npm package for Node.js and browsers
Python
pip package for Python 3.8+
Installation
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 SDKs
Community-maintained SDKs (not officially supported):| Language | Package | Maintainer |
|---|---|---|
| PHP | crossborderly/php-sdk | @community |
| Ruby | crossborderly-ruby | @community |
| Go | go-crossborderly | @community |