SDK Downloads

RocketSavvy Developer Toolkits

Build powerful integrations with our comprehensive SDKs

Official SDKs & Libraries

Access our complete suite of Software Development Kits designed to accelerate your development process and seamlessly integrate RocketSavvy services into your applications.

🐍
Python SDK
v3.2.1

Full-featured Python library for RocketSavvy API integration with support for async operations and type hints.

  • Complete API v3 coverage
  • Async/await support
  • Type hints & IntelliSense
  • Comprehensive error handling
  • Python 3.8+ compatible
Download SDK Documentation
📱
JavaScript/Node.js SDK
v3.1.5

Modern JavaScript SDK with TypeScript definitions for both browser and Node.js environments.

  • Promise-based API
  • TypeScript support
  • Browser & Node.js compatible
  • Automatic retry logic
  • Zero dependencies
Download SDK Documentation
Java SDK
v3.0.8

Enterprise-grade Java library for RocketSavvy API with full Maven and Gradle support.

  • Java 11+ compatible
  • Maven Central available
  • Spring Boot integration
  • Reactive programming support
  • Comprehensive logging
Download SDK Documentation
💎
Ruby SDK
v2.9.3

Elegant Ruby gem for RocketSavvy API integration with Rails support.

  • Ruby 2.7+ support
  • Rails integration
  • ActiveRecord patterns
  • Idiomatic Ruby code
  • RubyGems distribution
Download SDK Documentation
🔷
PHP SDK
v3.0.2

Modern PHP library with Composer support for e-commerce and WordPress integrations.

  • PHP 8.0+ compatible
  • Composer package
  • WordPress plugin ready
  • WooCommerce integration
  • PSR-4 autoloading
Download SDK Documentation
🎯
.NET SDK
v3.1.0

Comprehensive .NET library for C# and VB.NET with NuGet package support.

  • .NET 6.0+ support
  • NuGet package
  • Async/await patterns
  • LINQ integration
  • Strong typing
Download SDK Documentation
🔷
Go SDK
v2.5.1

High-performance Go library with goroutine support for concurrent operations.

  • Go 1.18+ modules
  • Context support
  • Goroutine safe
  • Zero allocation paths
  • Comprehensive testing
Download SDK Documentation
📲
Mobile SDKs
iOS 2.1 | Android 2.0

Native iOS and Android SDKs for mobile app integration with offline support.

  • Swift 5.5+ & Kotlin
  • Offline data sync
  • Push notifications
  • Biometric authentication
  • CocoaPods & Maven
Download SDK Documentation

Getting Started

Quick Installation

Install via your preferred package manager:

Python: pip install rocketsavvy

Node.js: npm install rocketsavvy-sdk

Java: Add Maven dependency to pom.xml

Ruby: gem install rocketsavvy

PHP: composer require rocketsavvy/sdk

.NET: dotnet add package RocketSavvy.SDK

Go: go get github.com/rocketsavvy/sdk-go

Authentication

All SDKs require an API key for authentication. You can manage your API keys in the API Key Management portal.

Support & Resources

  • API Documentation: Complete reference at /api-v3.html
  • Code Examples: Sample projects and integration guides
  • GitHub Repositories: Open source examples and community contributions
  • Developer Support: Priority support for enterprise partners
  • Changelog: Track updates at /changelog.html

Enterprise Features

Our SDKs include advanced features designed for enterprise applications:

  • Rate Limiting: Automatic handling of API rate limits with exponential backoff
  • Retry Logic: Intelligent retry strategies for transient failures
  • Connection Pooling: Optimized connection management for high-throughput applications
  • Request Caching: Built-in caching for improved performance
  • Webhook Handling: Simplified webhook verification and processing
  • Logging & Monitoring: Integration with popular logging frameworks
  • Error Handling: Comprehensive exception handling with detailed error messages
  • Testing Utilities: Mock objects and test helpers for unit testing
← Back to Home