KoenZomers.UniFi.Api
1.1.6
See the version list below for details.
dotnet add package KoenZomers.UniFi.Api --version 1.1.6
NuGet\Install-Package KoenZomers.UniFi.Api -Version 1.1.6
<PackageReference Include="KoenZomers.UniFi.Api" Version="1.1.6" />
paket add KoenZomers.UniFi.Api --version 1.1.6
#r "nuget: KoenZomers.UniFi.Api, 1.1.6"
// Install KoenZomers.UniFi.Api as a Cake Addin #addin nuget:?package=KoenZomers.UniFi.Api&version=1.1.6 // Install KoenZomers.UniFi.Api as a Cake Tool #tool nuget:?package=KoenZomers.UniFi.Api&version=1.1.6
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. |
.NET Core | netcoreapp2.0 is compatible. 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 | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. 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. |
-
.NETCoreApp 2.0
- Newtonsoft.Json (>= 11.0.1)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 8.0.1)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 8.0.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.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 | 4,981 | 7/13/2021 |
1.1.10.1 | 374 | 7/13/2021 |
1.1.10 | 415 | 6/7/2021 |
1.1.9 | 476 | 2/1/2021 |
1.1.8 | 484 | 11/16/2020 |
1.1.7 | 1,262 | 7/22/2019 |
1.1.6 | 555 | 7/21/2019 |
1.1.5 | 699 | 6/30/2019 |
1.1.4 | 674 | 5/7/2019 |
1.1.3 | 657 | 5/5/2019 |
1.1.2 | 688 | 4/4/2019 |
1.1.1 | 573 | 4/3/2019 |
1.1.0 | 778 | 1/15/2019 |
1.0.2 | 822 | 9/26/2018 |
1.0.1.1 | 787 | 9/14/2018 |
1.0.1 | 798 | 9/14/2018 |
1.0.0.1 | 1,149 | 3/28/2017 |
1.0.0 | 922 | 3/28/2017 |
- Added some more property documentation to Client
- Fixed the following properties in a Client to represent correct values and switched them from using a TimeSpan to a DateTime:
- LatestAssociationTime
- LatestAssociationTimeRaw
- FirstSeen
- FirstSeenRaw
- LastSeen
- LastSeenRaw
- LastSeenByUap
- LastSeenByUapRaw
- UptimeByUap
- UptimeByUapRaw
- AssociatedTime
- AssociatedTimeRaw
- IdleTime
- IdleTimeRaw
- Uptime
- UptimeRaw
- Getting ToString on a Client instance will now not only return just the FriendlyName but if no Friendly Name has been set, it will return the hostname
- The property TotalConnectedTime in ClientSession has been renamed to SessionStartedAtRaw as it didn't actually indicate the total connected time but the amount of seconds since January 1, 1970 when the client started the session. Added a property SessionStartedAt to get the DateTime version of it.
- Added property SessionEndedAt to ClientSession which calculates the SessionStart + SessionDuration. UniFi does not provide information on if a session is still active, so if the outcome of SessionEndedAt is close to the current date and time, you can consider the session to still be active.