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
Override Update/Create/Delete on ExtendedClient to prevent panics
The upstream daptin-go-client panics on nil type assertion when the
server returns an error response (no "data" key). Override all three
methods to use ParseSingleResponse with proper nil checks and HTTP
status code handling.
Fixes#10
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments