auto-service
auto-service copied to clipboard
【+v:skipper_yqj】点个 Star,手有余香, Swagger or YAPI to TypeScript services and models
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.15.0. Commits 22e81fc Release version 1.15.0 of the npm package. 96a3947 Add headers to request details 24dcb20 Pass status & request details to beforeRedirect (#198)...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
```json { "info": { "title": "Test swagger", "description": "Testing the Fastify swagger API", "version": "0.1.0" }, "paths": { "/api/method1": { "get": { "summary": "egg-like controller method1", "description": "egg-like controller method1",...
Bumps [ws](https://github.com/websockets/ws) from 7.2.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
见 https://juejin.im/post/5f153ef3e51d4534be06d9ba swagger 规范章节
## 背景: 1. 在生成 swagger.json 文件时差异太多,不清楚该如何操作。 2. 在合并 master 代码时 swagger.json 文件冲突过多,不知该如何解决。 ## 方法步骤建议: 1. 合并 master 时,直接用 mater 上的 api 文件覆盖本地文件 1-1. git checkout master ./swagger.json ./src/service 1-2. git...