Implemented SMS messaging
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user