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: CHANGELOG.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
@@ -52,7 +52,7 @@
52
52
53
53
### Patch Changes
54
54
55
-
-[`430c164`](https://github.com/openapi-ui/openapi-ts-request/commit/430c1648fa0cb1737ed83f762bff434678488c50) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix $ref includes encode character causing includeTags function error
55
+
-[`430c164`](https://github.com/openapi-ui/openapi-ts-request/commit/430c1648fa0cb1737ed83f762bff434678488c50) Thanks [@rookie-luochao](https://github.com/rookie-luochao)! - fix: fix $ref includes encode character causing allowedTags function error
Copy file name to clipboardExpand all lines: README-en_US.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
English | <ahref="https://github.com/openapi-ui/openapi-ts-request/blob/master/README.md">简体中文</a>
6
6
7
-
Generate TS interfaces, request client, request mock service, enum, type field label, JSON Schemas based on [Swagger2/OpenAPI3](https://swagger.io/blog/news/whats-new-in-openapi-3-0/) specification
7
+
Generate TS interfaces, request client, request mock service, enum, type field label, JSON Schemas based on [Swagger2/OpenAPI3/Apifox](https://swagger.io/blog/news/whats-new-in-openapi-3-0/) specification
- support Swagger2.0/OpenAPI 3.0,3.1 specification
13
+
- support Swagger2.0/OpenAPI/Apifox 3.0,3.1 specification
14
14
- generate TypeScript interface, reuquest client, request mock service, enum, type field label, JSON Schemas
15
15
- support work with npx, CLI, Nodejs
16
16
- support custom request function, Fetch、Axios、[UniApp-request](https://github.com/openapi-ui/openapi-ts-request/issues/46)、Node.js、XHR client available
@@ -136,13 +136,13 @@ $ openapi --help
136
136
-V, --version output the version number
137
137
-i, --input <string> OpenAPI specification, can be a path, url (required)
138
138
-o, --output <string> output directory (required)
139
-
--requestLibPath <string> custom request lib path, for example: "@/request", "node-fetch", default is "axios"
0 commit comments