From fd47a1c687f67481f3c1dc38cad61e53137f7f6c Mon Sep 17 00:00:00 2001 From: Guide Date: Sat, 30 Nov 2024 12:54:32 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20update]=E5=BC=80=E6=BA=90=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=83=A8=E5=88=86=E7=9A=84API=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/open-source-project/system-design.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/open-source-project/system-design.md b/docs/open-source-project/system-design.md index a43b86aa..92623d23 100644 --- a/docs/open-source-project/system-design.md +++ b/docs/open-source-project/system-design.md @@ -115,9 +115,12 @@ icon: "xitongsheji" ### API 调试 -- [Insomnia](https://insomnia.rest/) :像人类而不是机器人一样调试 API。我平时经常用的,界面美观且轻量,总之很喜欢。 -- [Postman](https://www.getpostman.com/):API 请求生成器。 -- [Postwoman](https://github.com/liyasthomas/postwoman "postwoman"):API 请求生成器-一个免费、快速、漂亮的 Postma 替代品。 +- [Reqable](https://reqable.com/zh-CN/):新一代开源 API 开发工具。Reqable = Fiddler + Charles + Postman, 让 API 调试更快。 +- [Insomnia](https://insomnia.rest/) :像人类而不是机器人一样调试 API。我平时经常用的一款 API 开发工具,界面美观且轻量,总之很喜欢。 +- [RapidAPI](https://paw.cloud/):一款功能齐全的 HTTP 客户端,但仅支持 Mac。 +- [Postcat](https://github.com/Postcatlab/postcat):一个可扩展的开源 API 工具平台。 +- [Postman](https://www.getpostman.com/):开发者最常用的 API 测试工具之一。 +- [Hoppscotch](https://github.com/liyasthomas/postwoman "postwoman")(原 Postwoman):开源 API 测试工具。官方定位是 Postman、Insomnia 等产品的开源替代品。 - [Restful Fast Request](https://gitee.com/dromara/fast-request):IDEA 版 Postman,API 调试工具 + API 管理工具 + API 搜索工具。 ## 任务调度