Akers / yapi-plugin-import-postman2

支持导入 Postman Collection V2 的 json 数据,生成接口文档

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yapi-plugin-import-postman2

支持导入 Postman Collection V2 的 json 数据,生成接口文档

效果如下:

安装插件

安装 ykit(已安装请忽略)

npm install -g ykit

安装 yapi-cli(已安装请忽略)

npm install -g yapi-cli --registry https://registry.npm.taobao.org

安装插件

yapi plugin --name yapi-plugin-import-postman2

使用 yapi plugin 命令会自动在 config.json 添加

   "plugins": [
      {
         "name": "import-postman2"
      }
   ]

About

支持导入 Postman Collection V2 的 json 数据,生成接口文档

License:MIT License


Languages

Language:JavaScript 100.0%