KoenZomers.UniFi.Api 1.0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package KoenZomers.UniFi.Api --version 1.0.1.1
NuGet\Install-Package KoenZomers.UniFi.Api -Version 1.0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="KoenZomers.UniFi.Api" Version="1.0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KoenZomers.UniFi.Api --version 1.0.1.1
#r "nuget: KoenZomers.UniFi.Api, 1.0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install KoenZomers.UniFi.Api as a Cake Addin
#addin nuget:?package=KoenZomers.UniFi.Api&version=1.0.1.1

// Install KoenZomers.UniFi.Api as a Cake Tool
#tool nuget:?package=KoenZomers.UniFi.Api&version=1.0.1.1

API which allows data to be retrieved and used from an Ubiquiti UniFi on premises controller in your own applications

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 3,981 7/13/2021
1.1.10.1 348 7/13/2021
1.1.10 390 6/7/2021
1.1.9 446 2/1/2021
1.1.8 471 11/16/2020
1.1.7 1,243 7/22/2019
1.1.6 532 7/21/2019
1.1.5 674 6/30/2019
1.1.4 650 5/7/2019
1.1.3 632 5/5/2019
1.1.2 666 4/4/2019
1.1.1 550 4/3/2019
1.1.0 766 1/15/2019
1.0.2 789 9/26/2018
1.0.1.1 762 9/14/2018
1.0.1 781 9/14/2018
1.0.0.1 1,125 3/28/2017
1.0.0 904 3/28/2017

- Added method EnableTls11and12() to enable TLS 1.1 and 1.2 as valid protocols when your UniFi service is using an SSL certificate signed with one of these protocols. Thanks to Ashley Gregory for pointing this out!