TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you manage API collections using cURL?

1 点作者 0x54MUR41超过 1 年前
Context: I am currently using Insomnia Rest for API manual testing. After they announced a change in the newer version (requiring an account), I am looking for some alternatives. Some people recommend Restfox, Bruno, and etc. My requirements are:<p>* No account required<p>* No analytics or telemetry<p>* Able to import&#x2F;export the collection<p>* Available across popular operating systems, Linux, macOS, and Windows.<p>I found Restfox and Bruno had analytics. I was thinking it was only cURL which met above requirements. You can manage the API collections easily as well as the environment using Insomnia, Restfox, and Bruno. As for cURL, I think it requires much effort managing that. I wanted to get some insights on how you manage API collections using cURL.

3 条评论

isbvhodnvemrwvn超过 1 年前
It&#x27;s probably going to be much easier to just fork Bruno and remove the one file with telemetry in it than to torture yourself with the alternatives.
评论 #37732396 未加载
catlover76超过 1 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;ArchGPT&#x2F;insomnium">https:&#x2F;&#x2F;github.com&#x2F;ArchGPT&#x2F;insomnium</a><p>(IDK if it meets all your reqs, but check it out)
评论 #37723145 未加载
dylanhassinger超过 1 年前
we have 3 layers at my job<p>1. a custom bash script that wraps curl with some shortcuts. good for quick simple experimentation<p>2. postman collections. for reference and deeper investigation.<p>3. playwright api tests. for progamattically checking our backend apis in our ci&#x2F;cd
评论 #37723153 未加载