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
feat(core): add resilient fetch with timeout and retry across all clients (#189)
* feat(core): add resilient fetch with timeout and retry across all clients
Closes#179
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor(clients): centralize configureRawClient in base class
Move the repeated setConfig({ baseUrl, headers, fetch }) call from each
subclass into ServarrBaseClient. Subclasses now just pass their generated
client to super() instead of duplicating the configuration logic.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: preserve timeout semantics and retry request bodies
* fix: align biome schema with CI
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments