Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 916 Bytes

File metadata and controls

29 lines (20 loc) · 916 Bytes

AirSnitch SDK

example workflow version badge

.NET (CLSCompliant) SDK that simplify integration with AirSnitch platform. Proposed SDK provides a set of contracts and ADT(abstact data types) that facilitete you development process and makes integrations with a platform as easy as pie

Getting Started:

Installation

SDK is publish in GitHub Nuget registry. To download it

  1. Add the following GitHub Nuget feed:
    dotnet nuget add source --username [ArturLavrov] --password [YourApiKey] --name github https://nuget.pkg.github.com/AirQualityControl/index.json
  2. Install AirSnitch SDK:
    nuget install AirSnitch.SDK
  3. Happy codding!