KoenZomers.UniFi.Api
1.1.0
See the version list below for details.
dotnet add package KoenZomers.UniFi.Api --version 1.1.0
NuGet\Install-Package KoenZomers.UniFi.Api -Version 1.1.0
<PackageReference Include="KoenZomers.UniFi.Api" Version="1.1.0" />
paket add KoenZomers.UniFi.Api --version 1.1.0
#r "nuget: KoenZomers.UniFi.Api, 1.1.0"
// Install KoenZomers.UniFi.Api as a Cake Addin #addin nuget:?package=KoenZomers.UniFi.Api&version=1.1.0 // Install KoenZomers.UniFi.Api as a Cake Tool #tool nuget:?package=KoenZomers.UniFi.Api&version=1.1.0
API in .NET Standard to fetch data from an on premises Ubiquiti UniFi Controller
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.11 | 5,435 | 7/13/2021 |
1.1.10.1 | 382 | 7/13/2021 |
1.1.10 | 423 | 6/7/2021 |
1.1.9 | 486 | 2/1/2021 |
1.1.8 | 492 | 11/16/2020 |
1.1.7 | 1,273 | 7/22/2019 |
1.1.6 | 563 | 7/21/2019 |
1.1.5 | 707 | 6/30/2019 |
1.1.4 | 686 | 5/7/2019 |
1.1.3 | 665 | 5/5/2019 |
1.1.2 | 696 | 4/4/2019 |
1.1.1 | 582 | 4/3/2019 |
1.1.0 | 787 | 1/15/2019 |
1.0.2 | 834 | 9/26/2018 |
1.0.1.1 | 800 | 9/14/2018 |
1.0.1 | 810 | 9/14/2018 |
1.0.0.1 | 1,157 | 3/28/2017 |
1.0.0 | 933 | 3/28/2017 |
- Renamed Library to Api and based it on .NET Standard instead of the .NET Framework so you can use it cross platform now
- Small bugfix in the ConsoleApp only working with the default UniFi site
- Updated .gitignore to exclude any App.config file in the solution. Copy over the App.sample.config to App.config yourself and fill it with the proper settings.
- Included documentation XML file so the inline code comments will be visible in your own project referencing this assembly
- Added AuthorizeGuest and UnauthorizeGuest guest methods to allow for someone connecting to a guest network to become authorized to access the network or revoke its access