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
Add comprehensive type-safe error handling and configurable status codes
6
+
7
+
-**Type-safe error handling**: Added discriminated unions for API responses with `SafeApiResponse` and `TypedApiResponse` types that distinguish between success and error responses based on HTTP status codes
8
+
-**withResponse parameter**: Enhanced API clients to optionally return both the parsed data and the original Response object for advanced use cases
0 commit comments