之前用 postman, 有次改版, 搞不清楚怎么用了 换到 insomnia, 然后前几天手欠,升级, 要登陆, 然后我之前的 query 都不见了, 也不知道咋用了.
多了一堆我不想要的功能
这次用 vscode 插件了, 再不行就用 curl 了.
102
vvhhaaattt 2023-03-14 22:37:36 +08:00 via Android
thunder client 是闭源插件,作者也在考虑怎么收费了。
|
103
duoduoeeee 2023-03-14 23:12:16 +08:00
Windows 用 Thunder Client ,macOS 用 CocoaRestClient
|
105
Ironpan 2023-03-15 09:14:19 +08:00
apifox 还挺好用
|
106
Asimov01 2023-03-15 09:46:24 +08:00
MAC 的话推荐一个小众的 cocoa-rest-client ,Objective-C 写的,只有 6M 大小,启动非常快,内存占用也很小 https://github.com/mmattozzi/cocoa-rest-client
|
107
asche910 2023-03-15 09:55:33 +08:00
paw ,新名字 RapidAPI ,可以导入 postman 数据,非常好用!
|
108
cxydhd 2023-03-15 09:58:11 +08:00
用的 eolink apikit
|
109
smartruid 2023-03-15 10:15:37 +08:00
我也被清空了 还好数据不多
|
110
uni 2023-03-15 12:37:28 +08:00
哈哈哈就我一个人用 python 吗,httpx 啥的挺好用的
|
111
echoless OP @vvhhaaattt #102 哎 我还以为纯开源的, 兄弟们等 gpt4 给我写一个
|
113
potatowish 2023-03-17 14:19:40 +08:00
@enchilada2020 Talend API Tester+1
|
114
enchilada2020 2023-03-17 14:34:14 +08:00 via Android
@fournoas 我去 之前只看评论没看 ID 原来是🐘师 好巧😎
|
115
fournoas 2023-03-17 15:08:05 +08:00
@enchilada2020 🤫嘘~
|
116
isst09 2023-03-17 15:42:59 +08:00
Apifox
|
118
whitecosm0s 2023-04-03 21:22:14 +08:00
https://www.v2ex.com/t/929510 Mac 用户可以试试我开发的 Gotcha Rest Client
|
119
whitecosm0s 2023-04-06 09:23:45 +08:00
@bjfane 这样设计是为了可以独立编辑 Path 参数,或者编辑比较长的路径。URL 很长的时候,不需要手动去编辑栏里找了。
|
120
darkings90 2023-04-14 10:14:20 +08:00
试试 idea 上的 Restful Fast Request
|
121
darkings90 2023-09-22 17:14:06 +08:00
Javaweb 懒人神器,因为我也懒得要死自己创作的 IDEA 插件:基本 Postman 核心功能都有,一键自动生成方法的 url 和参数( 3 秒调完接口),支持 Spring 、Jax-rs 系列框架,Java 、Kotlin 语言支持,前后置脚本,SearchEveryWhere 搜索 API 等.
功能文档: https://dromara.gitee.io/fast-request/guide/features/ 部分功能截图↓↓↓ |