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
Changed openapi code generator to @hey-api/openapi-ts.
Not supporting all properties yet.
Supporting new properties:
- base
- serviceResponse
- enums
- useDateType
indent and useUnionTypes properties were removed
left in for backwards compatibility.
BREAKING CHANGE: changed from cjs to mjs
Copy file name to clipboardExpand all lines: README.md
+17-5
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
- Supports generation of custom react hooks that use React Query's `useQuery` and `useMutation` hooks
8
8
- Supports generation of query keys for query caching
9
-
- Supports the option to use pure TypeScript clients generated by [OpenAPI Typescript Codegen](https://github.com/ferdikoomen/openapi-typescript-codegen)
9
+
- Supports the option to use pure TypeScript clients generated by [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts)
10
10
11
11
## Install
12
12
@@ -44,12 +44,24 @@ Options:
44
44
-i, --input <value> OpenAPI specification, can be a path, url or string content (required)
0 commit comments