Mediloop
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

LanguagePackage nameMin SDK versionPackage managerPlatform
Node.js
@mediloop/connector-sdk2.3.0npm / yarn / pnpmNode.js 18+
Python
mediloop-connector-sdk2.3.0pipPython 3.8+
.NET
Mediloop.ConnectorSdk2.3.0NuGet.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.0

Quick 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

VersionReleasedStatusSupported untilCompatibility
2.3.xMay 15, 2024CurrentMay 15, 2026Recommended
2.2.xOct 10, 2023SupportedOct 10, 2025Good
2.1.xMay 18, 2023MaintenanceMay 18, 2025Limited
2.0.xJan 12, 2023DeprecatedJan 12, 2024Not 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