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

Coming Soon

Official Python SDK for the MediLoop API. Supports Python 3.8+.

$ pip install mediloop

Node.js

mediloop-node

Coming Soon

Official Node.js SDK for the MediLoop API. Supports Node 18+.

$ npm install @mediloop/sdk

Java

mediloop-java

Coming Soon

Official Java SDK for the MediLoop API. Supports Java 11+.

$ implementation "co.mediloop:sdk:1.0.0"

Go

mediloop-go

Coming Soon

Official Go SDK for the MediLoop API. Supports Go 1.20+.

$ go get github.com/mediloop/mediloop-go

PHP

mediloop-php

Coming Soon

Official PHP SDK for the MediLoop API. Supports PHP 8.1+.

$ composer require mediloop/sdk

C#

mediloop-csharp

Coming Soon

Official .NET SDK for the MediLoop API. Supports .NET 6+.

$ dotnet add package MediLoop.SDK

Community 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.