Official SDKs
TXCloud provides official SDKs for the most popular programming languages:JavaScript/TypeScript
npm install @txcloud/sdk
Python
pip install txcloud
Go
go get github.com/txcloud/txcloud-go
Java
Maven/Gradle dependency
PHP
composer require txcloud/txcloud-php
Features
All SDKs include:- ✅ Full API coverage
- ✅ TypeScript/type definitions
- ✅ Automatic retries with exponential backoff
- ✅ Idempotency key support
- ✅ Webhook signature verification
- ✅ Comprehensive error handling
Quick Example
Mobile SDKs
For mobile applications:| Platform | Package |
|---|---|
| React Native | @txcloud/react-native-sdk |
| iOS | TXCloudSDK (CocoaPods/SPM) |
| Android | com.txcloud:sdk (Maven) |
| Flutter | txcloud_flutter |
Community SDKs
Community-maintained SDKs:| Language | Package | Maintainer |
|---|---|---|
| Ruby | txcloud-ruby | Community |
| C# | TXCloud.NET | Community |
| Rust | txcloud-rs | Community |
Community SDKs are not officially supported. Use at your own discretion.