Documentation
SDKs
Type-safe SDKs
Official SDKs for TypeScript, React, Swift, and Kotlin. Full type safety and IDE autocompletion.
Installation
npm install @hyperscale/sdkv2.1.0 • @hyperscale/sdk
Examples
Initialize SDK
Set up the Hyperscale client with your API key
example.ts
typescript
1import { Hyperscale } from '@hyperscale/sdk';23const hyperscale = new Hyperscale({4 apiKey: process.env.HYPERSCALE_API_KEY!,5 environment: 'production', // or 'sandbox'6});SDK Features
Full Type Safety
Complete TypeScript/Swift/Kotlin types for all API responses
IDE Autocompletion
Rich IntelliSense support for faster development
Automatic Retries
Built-in retry logic with exponential backoff
Mobile Ready
Native SDKs for iOS and Android platforms