SDKs & Libraries
Official client libraries to integrate with the MediLoop API in your preferred language.
Quick Start with REST
While our SDKs are being prepared for the v1.0.0 launch, you can integrate directly with our REST API using any HTTP client.
Python
mediloop-python
Official Python SDK for the MediLoop API. Supports Python 3.8+.
$ pip install mediloopNode.js
mediloop-node
Official Node.js SDK for the MediLoop API. Supports Node 18+.
$ npm install @mediloop/sdkJava
mediloop-java
Official Java SDK for the MediLoop API. Supports Java 11+.
$ implementation "co.mediloop:sdk:1.0.0"Go
mediloop-go
Official Go SDK for the MediLoop API. Supports Go 1.20+.
$ go get github.com/mediloop/mediloop-goPHP
mediloop-php
Official PHP SDK for the MediLoop API. Supports PHP 8.1+.
$ composer require mediloop/sdkC#
mediloop-csharp
Official .NET SDK for the MediLoop API. Supports .NET 6+.
$ dotnet add package MediLoop.SDKCommunity Libraries
Building a library for MediLoop? We'd love to feature it here. Reach out to us at developers@mediloop.co
API Design Principles
All our SDKs follow consistent design principles:
- Idiomatic code for each language
- Full TypeScript/type definitions support
- Automatic retry with exponential backoff
- Built-in pagination helpers
- Webhook signature verification utilities
- Comprehensive error handling
- FHIR R4 resource type definitions
Get Notified
SDKs will be available with our v1.0.0 launch on December 28, 2025. Sign up for the Developer Portal to be notified when they're ready.