SDKs
Draft
Structural skeleton — content authored separately.
Official, idiomatic SDKs wrap the Msgly REST API with typed models, retries and webhook signature verification. Prefer an SDK over raw HTTP where one exists.
Install
- Node.js
- Python
- Java
- Go
- PHP
- C#
npm install @msgly/sdk
pip install msgly
implementation "live.msgly:msgly-java:1.0.0"
go get gitlab.com/msgly/msgly-go
composer require msgly/msgly-php
dotnet add package Msgly
Supported languages
Node.js
TypeScript-first, Promise based.
Python
Sync & async clients.
Java
JVM, builder API.
Kotlin
Coroutine friendly.
PHP
PSR-18 compatible.
Go
Context-aware client.
C#
.NET Standard 2.0+.
cURL
No SDK? Call the REST API directly.