Skip to content

Release 0.1.15

Choose a tag to compare

@bvdcode bvdcode released this 09 Apr 12:16
· 13 commits to main since this release
Improve error handling in login process

Enhance the error handling in `BlinkClient.cs` by checking for response content before throwing exceptions. If content is present, read and include the error message in the exception, providing more detailed feedback with the HTTP status code and reason phrase to aid in debugging and improve user experience.