SDKs
Official client libraries for integrating with ModularIoT across different programming languages.
Available SDKs
| Language | Status | Package |
|---|---|---|
| JavaScript | Coming Soon | @modulariot/sdk |
| Python | Coming Soon | modulariot |
| Java | Coming Soon | io.modulariot:sdk |
Quick Start
Each SDK provides a consistent interface for:
- Authentication - API key and OAuth 2.0 support
- Telemetry ingestion - Sending metrics and events
- Symptom queries - Reading symptom state
- Webhook handling - Processing platform callbacks
SDK Documentation
Select your language from the sidebar for detailed API reference and usage examples.
REST API
If an SDK is not available for your language, you can integrate directly with the REST API. See the API Reference section for complete endpoint documentation.
Contributing
SDKs are open source. Contributions and feedback are welcome through our GitHub repositories.
Last updated on