BlinkdotNet

2018-12 - 2019-08

Overview

BlinkdotNet is an unofficial .NET library for interacting with the Blink Monitor Protocol. This allows developers to integrate Blink camera networks into .NET applications, providing an asynchronous, C# interface for managing networks and cameras without needing to make raw REST calls.

The library is designed to be consumed as a NuGet package. Users instantiate the BlinkApiClient with their Blink account credentials (username and password) to get started. Once instantiated, the client provides async methods to perform various actions, such as:

Technologies Used