Skip to content

panoramicdata/ScienceLogic.Em7.Api

Repository files navigation

ScienceLogic.Em7.Api

Codacy Badge NuGet Version NuGet Downloads License: MIT

Introduction

ScienceLogic.Em7.Api is a .NET 10 client library for querying the ScienceLogic EM7 API with HTTP Basic authentication.

Installation

dotnet add package ScienceLogic.Em7.Api

Usage

using 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.

Contributing

See CONTRIBUTING.md.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors