Installation
Install the Limitry TypeScript SDK
Install the Limitry TypeScript SDK using npm or yarn.
Installation
npm install @limitry/sdkor
yarn add @limitry/sdkor
pnpm add @limitry/sdkRequirements
- Node.js 18 or higher
- npm, yarn, or pnpm
Verify Installation
import { Client } from '@limitry/sdk';
console.log('SDK installed successfully');Next Steps
- Quickstart - Get started with the TypeScript SDK
- Client Setup - Configure the client