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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ See [the online playground](https://typed-openapi-astahmer.vercel.app/)
10
10
11
11
## Features
12
12
13
-
- Headless API client, bring your own fetcher ! (fetch, axios, ky, etc...)
13
+
- Headless API client, [bring your own fetcher](packages/typed-openapi/API_CLIENT_EXAMPLES.md#basic-api-client-api-client-examplets)(fetch, axios, ky, etc...) !
14
14
- Generates a fully typesafe API client with just types by default (instant suggestions)
15
15
-**Type-safe error handling** with discriminated unions and configurable success status codes
16
16
-**TanStack Query integration** with `withResponse` and `selectFn` options for advanced error handling
0 commit comments