swagger combine:将多个Swagger架构组合成一个取消引用的架构 源码
昂首阔步 将多个Swagger架构合并为一个取消引用的架构。 安装 $ npm install --save swagger-combine 全局用于CLI $ npm install -g swagger-combine 用法 const swaggerCombine = require ( 'swagger-combine' ) ; swaggerCombine ( 'docs/swagger.json' ) . then ( res => console . log ( JSON . stringify ( res ) ) ) . catch ( err => con
用户评论