Overview
The Midaz SDKs and shared libraries help you integrate with Midaz faster and more safely, whether you're building client applications, automating operations, or creating custom plugins.
This section introduces the official SDKs and core libraries maintained by Lerian.
- SDKs: Our SDKs abstract the Midaz APIs into idiomatic, strongly typed interfaces, so you can focus on business logic, not HTTP plumbing.
- Shared libraries: These libraries offer reusable components and utilities that support Midaz integrations and plugin development. They're especially useful for development partners working in the Lerian ecosystem.
When to use what?
Use case | Use the SDK | Use the library |
---|---|---|
Calling Midaz APIs | ✅ | ❌ |
Building a plugin for Midaz | ✅ (optional) | ✅ |
Reusing common types and helpers | ❌ | ✅ |
Automating workflows from a CLI | ✅ | Optional |
Ready to dive in?
Start with the SDK that matches your stack, or explore the shared libraries if you’re extending or integrating deeper into the platform.
Let us know if there’s a language or tool you’d like supported. We’re constantly evolving.
Updated 17 days ago