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

@@ -1,11 +1,20 @@
# LinkMobility API
# LINK Mobility REST API for .NET
This project aims to implement the [LinkMobility API].
This project aims to implement the [LINK Mobility REST API].
## Overview
Looking for a .NET library to interact with LINK Mobility ended with an [outdated repository] using .NET Framework 3.5.
So I decided to implement the current available API myself with a more modern (and flexible) [.NET Standard 2.0] as target.
---
Published under [MIT License] (see [**tl;dr**Legal])
[LinkMobility API]: https://developer.linkmobility.eu/
[LINK Mobility REST API]: https://developer.linkmobility.eu/
[outdated repository]: https://github.com/websms-com/websmscom-csharp
[.NET Standard 2.0]: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0
[MIT License]: LICENSE.txt
[**tl;dr**Legal]: https://www.tldrlegal.com/license/mit-license