Skip to content

Release 0.1.12

Choose a tag to compare

@bvdcode bvdcode released this 30 Oct 01:53
· 18 commits to main since this release
Implement IBlinkClient interface in BlinkClient

The BlinkClient class in BlinkClient.cs has been modified to implement the IBlinkClient interface. A new file, IBlinkClient.cs, has been introduced, defining the IBlinkClient interface with several asynchronous methods for interacting with the Blink API, such as AuthorizeAsync, DeleteVideoAsync, GetDashboardAsync, GetVideoAsync, GetVideosAsync, and VerifyPinAsync. It also includes a property GeneralSleepTime to control the delay required to prevent the server from returning an empty response.