8 years ago
LM REST API C# Library
Hello, I just wanted to quickly share a library I wrote today with the LM community. I hope this post is not misplaced.
The library eases submitting GET and POST calls to the Logicmonitor REST API from C# code. The library also contains additional classes to de-serialize data returned from the REST API into usable objects in your code.
NuGet Package is here https://www.nuget.org/packages/Logicmonitor.REST
It is also find-able on nuget.org or through Visual Studio's NuGet package manager.
Happy Monitoring!