KoenZomers.Ring.Api 0.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package KoenZomers.Ring.Api --version 0.5.0
NuGet\Install-Package KoenZomers.Ring.Api -Version 0.5.0
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.Ring.Api" Version="0.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KoenZomers.Ring.Api --version 0.5.0
#r "nuget: KoenZomers.Ring.Api, 0.5.0"
#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.Ring.Api as a Cake Addin
#addin nuget:?package=KoenZomers.Ring.Api&version=0.5.0

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

API in .NET to communicate with the Ring Doorbell service

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

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
0.5.4 107 4/5/2024
0.5.3 164 9/2/2023
0.5.2 228 7/3/2023
0.5.1 123 7/3/2023
0.5.0.1 650 9/14/2022
0.5.0 451 9/14/2022
0.4.4 453 9/14/2022
0.4.3.2 1,190 4/29/2020
0.4.3.1 507 3/18/2020
0.4.3 487 3/18/2020
0.4.2.2 500 3/18/2020
0.4.2.1 561 1/22/2020
0.4.2 601 1/2/2020
0.4.1 559 12/24/2019
0.4.0.3 481 12/23/2019
0.4.0.2 493 12/23/2019
0.4.0.1 511 12/23/2019
0.4.0 523 12/23/2019
0.3.5 549 10/27/2019
0.3.4 540 10/4/2019
0.3.3 545 10/4/2019
0.3.2 582 8/9/2019
0.3.1 529 8/9/2019
0.3.0.2 797 3/3/2019
0.3.0.1 559 3/2/2019
0.2.2.1 822 9/13/2018
0.2.2 907 7/1/2018
0.2.1 816 6/28/2018
0.2.0 912 8/18/2017
0.1.0 894 8/13/2017

- Replaced obsolete method of working with HTTP requests with modern method
- Rebuild code to avoid port exhaustion potentially causing random crashed when used in a loop
- Code is not fully backwards compatible. You may need to update your code if you upgrade to this version.