You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.