资源说明:昂首阔步
将多个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
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。