ScienceLogic.Em7.Api is a .NET 10 client library for querying the ScienceLogic EM7 API with HTTP Basic authentication.
dotnet add package ScienceLogic.Em7.Apiusing ScienceLogic.Em7.Api;
using var client = new Client("em7.example.com", "username", "password");Use Get, GetPage, and unpaged query objects to retrieve endpoint models using explicit relative API paths.
See CONTRIBUTING.md.
MIT — see LICENSE.