CONNECTOR SDK
Languages & Versions
The Mediloop Connector SDK is available for multiple languages and platforms. Choose the version that matches your environment.
All SDKs are open source and regularly updated. Check the changelog for the latest updates.
Supported Languages
| Language | Package name | Min SDK version | Package manager | Platform |
|---|---|---|---|---|
Node.js | @mediloop/connector-sdk | 2.3.0 | npm / yarn / pnpm | Node.js 18+ |
Python | mediloop-connector-sdk | 2.3.0 | pip | Python 3.8+ |
.NET | Mediloop.ConnectorSdk | 2.3.0 | NuGet | .NET 6.0+ |
More languages coming soon. Request a language ↗
Install the SDK
Node.js (npm)Node.js (yarn)Python (pip).NET
bashCopy
# Install the latest stable version
npm install @mediloop/connector-sdk
# Install a specific version
npm install @mediloop/connector-sdk@2.3.0Quick usage example (Node.js)
typescriptCopy
import { MediloopClient } from '@mediloop/connector-sdk';
const client = new MediloopClient({
baseUrl: process.env.MEDILOOP_BASE_URL,
apiKey: process.env.MEDILOOP_API_KEY,
timeout: 30000,
});
const health = await client.health.get();SDK Version Support
| Version | Released | Status | Supported until | Compatibility |
|---|---|---|---|---|
| 2.3.x | May 15, 2024 | Current | May 15, 2026 | Recommended |
| 2.2.x | Oct 10, 2023 | Supported | Oct 10, 2025 | Good |
| 2.1.x | May 18, 2023 | Maintenance | May 18, 2025 | Limited |
| 2.0.x | Jan 12, 2023 | Deprecated | Jan 12, 2024 | Not recommended |
Platform Compatibility Matrix
| Node 18+ | Node 20+ | Python 3.8+ | Python 3.10+ | .NET 6+ | .NET 8+ | |
|---|---|---|---|---|---|---|
| SDK 2.3.x | ||||||
| SDK 2.2.x | ||||||
| SDK 2.1.x | ||||||
| SDK 2.0.x |