# yapi **Repository Path**: liuyu_dev_admin/yapi ## Basic Information - **Project Name**: yapi - **Description**: YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2024-07-27 - **Last Updated**: 2024-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## YApi Pro 说明 YApi 是一个非常优秀的项目,只是基本没有维护了。所以我们考虑新开一个分支(YApi Pro)接手维护,希望更多人能参与进来。 YApi Pro 是 YApi 的长期维护分支,我们将长期维护,及时更新、处理问题,欢迎更多社区的小伙伴一起参与。 ## YApi Pro 在线版本 我们将长期维护YApi的在线版本,推荐使用:https://yapi.pro 在线版本可以节省大量的安装维护成本,我们有专人维护服务器,解决安全问题等,可以放心使用。 可避免因没有及时处理安全漏洞等原因造成自己服务器被入侵勒索等。 ### 最近更新 **v1.9.3** (2021-07-13) 1. 修复 mockJs 运行沙盒漏洞 (近期服务因为漏洞被攻击的问题) 2. 修复 jsf.extend 依赖问题(安装时报错的问题) 3. 修复 yapi-cli 无法更新到最新版的问题(改用:yapi-pro-cli) 4. 增加 Dockerfile 文件,发布 Dockerfile 镜像 ### 仓库 1. github:https://github.com/yapi-pro 2. gitee:https://gitee.com/yapi-pro/yapi (国内镜像) 3. Docker 镜像:https://hub.docker.com/r/yapipro/yapi YApi Pro 提供 Docker 镜像,可以直接通过 Docker 安装部署,方便快捷 ### 从 YApi 升级到 YApi Pro 原来安装了 YApi 的用户,可以无缝升级到最新版的 YApi Pro,运行以下命令即可升级。 npm install -g yapi-pro-cli --registry https://registry.npm.taobao.org yapi update ### 交流群 使用问题可在群里咨询,我们基本上都能比较及时的回复 ![YApi微信群 QQ群](https://user-images.githubusercontent.com/87224061/125883300-bd4389f4-4749-49f1-9509-0d39a8ba6288.png) ## YApi 可视化接口管理平台 体验地址: [https://yapi.pro](https://yapi.pro) 文档:

hellosean1025.github.io/yapi

### 平台介绍 ![avatar](yapi-base-flow.jpg) YApi 是高效易用功能强大的 api 管理平台,旨在为开发、产品、测试人员提供更优雅的接口管理服务。可以帮助开发者轻松创建、发布、维护 API,YApi 还为用户提供了优秀的交互体验,开发人员只需利用平台提供的接口数据写入工具以及简单的点击操作就可以实现接口的管理。 **QQ交流群**: 644642474 **主群可能已满** 941802405 **群2欢迎加入** ### 特性 * 基于 Json5 和 Mockjs 定义接口返回数据的结构和文档,效率提升多倍 * 扁平化权限设计,即保证了大型企业级项目的管理,又保证了易用性 * 类似 postman 的接口调试 * 自动化测试, 支持对 Response 断言 * MockServer 除支持普通的随机 mock 外,还增加了 Mock 期望功能,根据设置的请求过滤规则,返回期望数据 * 支持 postman, har, swagger 数据导入 * 免费开源,内网部署,信息再也不怕泄露了 ### 内网部署 #### 环境要求 * nodejs(7.6+) * mongodb(2.6+) * git #### 安装 使用我们提供的 yapi-pro-cli 工具,部署 YApi 平台是非常容易的。执行 yapi server 启动可视化部署程序,输入相应的配置和点击开始部署,就能完成整个网站的部署。部署完成之后,可按照提示信息,执行 node/{网站路径/server/app.js} 启动服务器。在浏览器打开指定url, 点击登录输入您刚才设置的管理员邮箱,默认密码为 yapi.pro 登录系统(默认密码可在个人中心修改)。 npm install -g yapi-pro-cli --registry https://registry.npm.taobao.org yapi server #### 服务管理 利用pm2方便服务管理维护。 npm install pm2 -g //安装pm2 cd {项目目录} pm2 start "vendors/server/app.js" --name yapi //pm2管理yapi服务 pm2 info yapi //查看服务信息 pm2 stop yapi //停止服务 pm2 restart yapi //重启服务 #### 升级 升级项目版本是非常容易的,并且不会影响已有的项目数据,只会同步 vendors 目录下的源码文件。 cd {项目目录} yapi ls //查看版本号列表 yapi update //更新到最新版本 yapi update -v {Version} //更新到指定版本 ### 教程 * [使用 YApi 管理 API 文档,测试, mock](https://juejin.im/post/5acc879f6fb9a028c42e8822) * [自动更新 Swagger 接口数据到 YApi 平台](https://juejin.im/post/5af500e251882567096140dd) * [自动化测试](https://juejin.im/post/5a388892f265da430e4f4681) ### YApi 插件 * [yapi sso 登录插件](https://github.com/YMFE/yapi-plugin-qsso) * [yapi cas 登录插件](https://github.com/wsfe/yapi-plugin-cas) By wsfe * [yapi gitlab集成插件](https://github.com/cyj0122/yapi-plugin-gitlab) * [oauth2.0登录](https://github.com/xwxsee2014/yapi-plugin-oauth2) * [rap平台数据导入](https://github.com/wxxcarl/yapi-plugin-import-rap) * [dingding](https://github.com/zgs225/yapi-plugin-dding) 钉钉机器人推送插件 * [export-docx-data](https://github.com/inceptiongt/Yapi-plugin-export-docx-data) 数据导出docx文档 * [interface-oauth-token](https://github.com/shouldnotappearcalm/yapi-plugin-interface-oauth2-token) 定时自动获取鉴权token的插件 * [import-swagger-customize](https://github.com/follow-my-heart/yapi-plugin-import-swagger-customize) 导入指定swagger接口 ### 代码生成 * [yapi-to-typescript:根据 YApi 的接口定义生成 TypeScript 的请求函数](https://github.com/fjc0k/yapi-to-typescript) * [yapi-gen-js-code: 根据 YApi 的接口定义生成 javascript 的请求函数](https://github.com/hellosean1025/yapi-gen-js-code) ### YApi docker部署(非官方) * [使用 alpine 版 docker 镜像快速部署 yapi](https://www.jianshu.com/p/a97d2efb23c5) * [docker-yapi: 基于官方yapi-pro-cli的docker-compose方案](https://github.com/Ryan-Miao/docker-yapi) * [docker-compose一键部署yapi](https://github.com/jinfeijie/yapi) * [docker-YApi: 更易用的 YApi 镜像](https://github.com/fjc0k/docker-YApi) * [使用DockerCompose构建部署Yapi](https://github.com/MyHerux/daily-code/blob/master/Program/%E5%B7%A5%E5%85%B7%E7%AF%87/Yapi/%E4%BD%BF%E7%94%A8DockerCompose%E6%9E%84%E5%BB%BA%E9%83%A8%E7%BD%B2Yapi.md) ### YApi 一些工具 * [Api Generator](https://github.com/Forgus/api-generator) 接口文档自动生成插件(零入侵) * [mysql服务http工具,可配合做自动化测试](https://github.com/hellosean1025/http-mysql-server) * [idea 一键上传接口到yapi插件](https://github.com/diwand/YapiIdeaUploadPlugin) * [idea 接口上传调试插件 easy-yapi](https://easyyapi.com/) * [执行 postgres sql 的服务](https://github.com/shouldnotappearcalm/http-postgres-server) ### YApi 的一些客户 * 去哪儿 * 携程 * 艺龙 * 美团 * 百度 * 腾讯 * 阿里巴巴 * 京东 * 今日头条 * 唯品支付 * 链家网 * 快手 * 便利蜂 * 中商惠民 * 新浪 * VIPKID * 马蜂窝 ### Authors * [hellosean1025](https://github.com/hellosean1025) * [gaoxiaomumu](https://github.com/gaoxiaomumu) * [zwjamnsss](https://github.com/amnsss) * [dwb1994](https://github.com/dwb1994) * [fungezi](https://github.com/fungezi) ### License Apache License 2.0