Skip to content

Release 0.1.16

Choose a tag to compare

@bvdcode bvdcode released this 10 Apr 07:27
· 12 commits to main since this release
Enhance error handling for video deletion in BlinkClient

Added error handling to check the result of the video deletion POST request. If the deletion fails, a detailed `BlinkClientException` is thrown with the video ID, failure reason, and error content. Introduced a delay before the POST request to manage timing or rate limits.