1
0

Implemented SMS messaging

This commit is contained in:
2025-12-03 18:46:08 +01:00
parent 17ff8f7371
commit 4d2d1fb9d5
22 changed files with 1000 additions and 84 deletions

View File

@@ -9,4 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Unreleased]: https://github.com/AM-WD/LinkMobility/
### Added
- `(I)LinkMobilityClient` with client options to communicate with the REST API
- Methods to send SMS messages
- `SendTextMessage()` sending a normal text message
- `SendBinaryMessage()` sending a binary message as _base64_ encoded message segments
- `IncomingMessageNotification` to support receiving incoming messages or delivery reports via WebHooks
- UnitTesting
[Unreleased]: https://github.com/AM-WD/LinkMobility