SDKs
eCourtDate provides official SDKs for popular languages.
| SDK | Package | Status |
|---|---|---|
| Node.js | @ecourtdate/sdk | Planned |
| Python | ecourtdate | Planned |
| .NET | ECourtDate.SDK | Planned |
| Java | com.ecourtdate:sdk | Planned |
info
All SDKs will follow these patterns:
- Authenticate with
client_id/client_secret - Auto-manage token lifecycle
- Provide typed methods for all API endpoints
- Handle pagination automatically