mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-29 18:28:09 +08:00
Migrated repository
0726e5a10b
* init * feat: extension support sidebarViews & customTabs * feat: support API sercurity check extension * update * Refactor/mock (#178) refactor: mock match rule * v1.9.1 * feat: translate error * fix: sync extensin load way * fix: web translate extension * Fix typo * feat: add default completions * Update README.md 更新部分描述——支持我们 * Update README.md * fix: eo.execute example error * update en readme * feat: add server version for about * chore: update completions * update * fix: window.eo is undefine in web * base grpc * update service * fix: use absolute proto path * feat: grpc add context params * delete useless code * refactor: custom-tab rename to extension-app * update: new grpc API * update * update * rename grpc API * style: extension setting title * chore: pack * fix: route error * fix: save data from test extra data * update dependencies * feat: add getExtensionSettings soppurt in web * fix: ws url bug * fix: history not fully displayed * delete package-lock * update * chore: delete unuse file * delete lock file * update socket2Node * fix: recovery form history header not selected * delete log * fix: add origin model * close socket before websocket tab close * chore: releas.yml * fix: getFeature error * chore: add optional chaining for eo * chore: merge some global method * fix: extension disable not take effect Co-authored-by: buqiyuan <1743369777@qq.com> Co-authored-by: 夜鹰 <17kungfuboy@gmail.com> Co-authored-by: Captain Jack <84333501+Jack-123-power@users.noreply.github.com> |
||
---|---|---|
.github | ||
.vscode | ||
api | ||
e2e | ||
patches | ||
scripts | ||
src | ||
wiki | ||
.dockerignore | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
.prettierrc | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
crowdin.yml | ||
docker-compose.yml | ||
Dockerfile | ||
donkey.config.js | ||
ecode.config.js | ||
electron-builder.json | ||
LICENSE | ||
nginx.conf | ||
package.json | ||
README.md | ||
tsconfig.json |
一个可拓展的 API 工具,简单(Easy) & 开源(OpenSource)的 API 生态系统
English|简体中文
Eoapi(发音:一欧 API)
在线试试!
功能体验过程中的数据将储存在 Web 的本地存储(indexedb)。试用后建议下载桌面端体验更佳~
快速开始
功能
📃 API 文档
- HTTP、Websocket 协议
- 各种格式请求体:FormData、XML、JSON、Raw、Binary
⚡ API 测试
- 快速对 API 发起测试
- 支持本地测试
🎭 Mock
- 模拟文档接口返回值
📖 环境管理
📶 可离线使用
🌱 插件集市
💻 多人协作
- 通过部署云端服务实现多人协作
- API 分享
- 可本地/内网部署
🌐 国际化
功能规划
源码运行/构建
环境
- Node.js >= 14.17.x
- yarn >= 1.22.x
运行代码
我们在开发和构建时使用 yarn 作为包管理工具,强烈建议你也这么做,但如果您希望使用 npm 也完全没问题,只是在安装依赖时可能需要多花一些时间。
yarn install
yarn start
如果想提高开发效率,可以安装 Angular 官方提供的命令行 Angular-cli 快速生成组件、服务等模板。
yarn add @angular/cli --global
命令
运行
命令 | 描述 |
---|---|
yarn start |
开发模式下,同时运行在浏览器和桌面端 |
yarn serve:web |
仅运行在浏览器 |
yarn electron:serve |
仅运行在桌面端 |
打包构建
命令 | 描述 |
---|---|
sudo yarn build |
各系统打包 Electron 应用 |
运行测试
命令 | 描述 |
---|---|
yarn test |
执行单元测试 |
协议
本项目采用 Apache-2.0 协议,可查看 LICENSE.md 了解更详细内容。
支持我们
如果你觉得项目还不错,记得 Star 支持一下噢!你们的支持对 Eoapi 真的很重要!
联系我们
如果想要反馈 Bug、提供产品意见,可以创建一个 Github issue 联系我们,十分感谢!