UNPKG

@ddex-workbench/sdk

Version:

Official SDK for DDEX Workbench - Open-source DDEX validation and processing tools

23 lines (18 loc) 765 B
// packages/sdk/README.md # DDEX Workbench SDK Official JavaScript/TypeScript SDK for [DDEX Workbench](https://ddex-workbench.org) - Open-source DDEX validation and processing tools. ## Features - 🚀 **Simple API** - Intuitive methods for all DDEX operations - 📦 **TypeScript Support** - Full type definitions included - 🌐 **Universal** - Works in Node.js and browsers - 🔄 **Auto-retry** - Built-in retry logic with exponential backoff - 🔑 **API Key Management** - Easy authentication handling - 📊 **Batch Operations** - Validate multiple files efficiently - 🎯 **Version Detection** - Automatic ERN version detection ## Installation ```bash npm install @ddex-workbench/sdk # or yarn add @ddex-workbench/sdk # or pnpm add @ddex-workbench/sdk