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
Update package versions and refactor BlinkClient.cs
Updated `System.Net.Http.Json` to `8.0.1` and `System.Text.Json` to `8.0.5` in `Blink.csproj`.
Refactored `BlinkClient.cs`:
- Removed `_userAgent` field and `_baseUrl` constant.
- Defined `baseUrl` within method scope.
- Modified `CreateHttpClient` to:
- Remove exception for null/whitespace `token`.
- Add `TOKEN-AUTH` header only if `token` is not null/whitespace.
0 commit comments