.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
SDK is publish in GitHub Nuget registry. To download it
- Add the following GitHub Nuget feed:
dotnet nuget add source --username [ArturLavrov] --password [YourApiKey] --name github https://nuget.pkg.github.com/AirQualityControl/index.json - Install AirSnitch SDK:
nuget install AirSnitch.SDK
- Happy codding!