All checks were successful
Branch Build / build-test-deploy (push) Successful in 1m19s
21 lines
763 B
Markdown
21 lines
763 B
Markdown
# LINK Mobility REST API for .NET
|
|
|
|
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 [choose a license])
|
|
|
|
|
|
[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
|
|
[choose a license]: https://choosealicense.com/licenses/mit/
|