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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Hoppscotch: Open-source alternative to Postman

668 点作者 MarcellusDrum大约 3 年前

49 条评论

ticklemyelmo大约 3 年前
Why are all of the API clients so intent on storing all your requests and environment config in the cloud?<p>We would keep a directory of relevant collections and environments inside all our application repos, so they would simply be committed along with the code, be versioned, included in PR reviews, etc. But it looks like <i>all</i> of the popular REST client tools use some hidden cloud services. This is also terrible from a security perspective, since environment variables are likely to include secrets.
评论 #30508198 未加载
评论 #30510536 未加载
评论 #30505188 未加载
bdcravens大约 3 年前
I&#x27;ve used both Postman and Insomnia, but recently I&#x27;ve been using the REST Client plugin (<a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=humao.rest-client" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=humao.re...</a>). It&#x27;s not a feature-rich, but I honestly like the workflow of not having to switch apps and work with files in my editor (as well as put variables in a .env)
评论 #30502679 未加载
评论 #30507485 未加载
评论 #30505446 未加载
评论 #30570050 未加载
评论 #30502937 未加载
mittermayr大约 3 年前
I&#x27;ll give it a go, looks promising! I have had a great time with Insomnia (insomnia.rest) and pretty much anyone I recommended it to ended up sticking with it. Postman has became way too bloated, it&#x27;s amazing to see how there&#x27;s always room for new and slimmer approaches.
评论 #30498396 未加载
mohanmcgeek大约 3 年前
<a href="https:&#x2F;&#x2F;www.thunderclient.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.thunderclient.com&#x2F;</a><p>This one&#x27;s great. Like postman, but a vscode extension.<p>Although my muscle memory still automatically goes to postman when I want to make requests
评论 #30501930 未加载
评论 #30498746 未加载
评论 #30499480 未加载
评论 #30511077 未加载
评论 #30503383 未加载
callmekatootie大约 3 年前
My main grouse with these REST GUI clients is how much memory they consume. Maybe because they are electron apps in the end, but it&#x27;s just funny that nobody&#x27;s devoting any time to create native apps anymore for something that should be a utility and not the main app.
评论 #30501650 未加载
评论 #30501912 未加载
评论 #30502665 未加载
Justsignedup大约 3 年前
I&#x27;ve been using <a href="https:&#x2F;&#x2F;insomnia.rest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;insomnia.rest&#x2F;</a> and I am a massive fan. From the ability to make dependent API calls to say log in with one API call, and inject login tokens into the other from the first&#x27;s response is amazing!<p>Overall this tool has been my go-to for 3 years now.
lnenad大约 3 年前
I wrote <a href="https:&#x2F;&#x2F;github.com&#x2F;lnenad&#x2F;probster" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lnenad&#x2F;probster</a> using GTK3 so it can be used on weak machines, top ram usage was 40MBs in my experience. It&#x27;s pretty barebones though.
评论 #30499620 未加载
评论 #30500890 未加载
dsego大约 3 年前
Is there a command line tool or editor plugin where I don&#x27;t have to specify parameters, learn all the options. Instead I would just point it to an &quot;http file&quot; with http syntax and it &quot;runs&quot; it. Meaning the file contents are the http request that I want to send, eg<p><pre><code> GET &#x2F; HTTP&#x2F;1.1 Cookie: Accept: text&#x2F;html,... Host: news.ycombinator.com Accept-Language: en-GB,en;q=0.9 Accept-Encoding: gzip, deflate, br Connection: keep-alive </code></pre> And the I can just run it like so `http myRequest.http` There are some decade old sublime text plugins that claim to do this, but none of them seem to work anymore, from what I&#x27;m seeing.
评论 #30500509 未加载
评论 #30499832 未加载
评论 #30499848 未加载
评论 #30499895 未加载
评论 #30501374 未加载
评论 #30500595 未加载
评论 #30511341 未加载
评论 #30502559 未加载
评论 #30499888 未加载
评论 #30499968 未加载
评论 #30503035 未加载
评论 #30499831 未加载
liyasthomas大约 3 年前
Hi HN community, Hoppscotch author here. Ask Me Anything - Liyas (<a href="https:&#x2F;&#x2F;twitter.com&#x2F;liyasthomas" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;liyasthomas</a>)
评论 #30501677 未加载
评论 #30499284 未加载
评论 #30500276 未加载
评论 #30500156 未加载
评论 #30502856 未加载
评论 #30499154 未加载
asim大约 3 年前
Hoppscotch raised money right? Unfortunately the nature of most VC backed companies is to believe features are the answer to monetization and enterprise adoption. These things quickly become bloated because of that. So people slamming Postman, yes the product has become a Swiss army knife, but they&#x27;re trying to figure out how to scale a business long term and that often means leaving behind free users. Don&#x27;t be surprised if hoppscotch does the same.
评论 #30499478 未加载
tragictrash大约 3 年前
One time I downloaded hopscotch, and it was sending network requests to download an asset (css file) on every keystroke. I&#x27;ll never use it again. Ever.
评论 #30511407 未加载
SideburnsOfDoom大约 3 年前
Postman has become a bloated, enterprisey mess.<p>I want something much simpler, so I use VS code with a &quot;REST Client&quot; plugin: <a href="https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=humao.rest-client" rel="nofollow">https:&#x2F;&#x2F;marketplace.visualstudio.com&#x2F;items?itemName=humao.re...</a><p>Fundamentally, IMHO, a very complex and full-featured manual testing tool is a liability, as it will lead you away from test automation.
评论 #30499585 未加载
评论 #30500054 未加载
评论 #30499335 未加载
评论 #30498865 未加载
评论 #30499211 未加载
评论 #30498876 未加载
评论 #30501076 未加载
评论 #30499236 未加载
评论 #30501708 未加载
评论 #30498674 未加载
mkdirp大约 3 年前
Previously called Postwoman, renamed[0] for the following reasons:<p>&gt; 1. Similarity in name with &quot;Postman&quot; may introduce trademark violations in future.<p>&gt; 2. We don&#x27;t want to hurt any other project&#x27;s goodwill.<p>&gt; 3. Rather than being an &quot;alternative to Postman&quot;, we focus to become the best available testing suite in web.<p>[0] <a href="https:&#x2F;&#x2F;dev.to&#x2F;liyasthomas&#x2F;postwoman-is-changing-name-igp" rel="nofollow">https:&#x2F;&#x2F;dev.to&#x2F;liyasthomas&#x2F;postwoman-is-changing-name-igp</a>
评论 #30500974 未加载
izyda大约 3 年前
While many know the HTTPie CLI product, they also have a desktop and web product now<p>Check out;<p><a href="https:&#x2F;&#x2F;httpie.io&#x2F;product" rel="nofollow">https:&#x2F;&#x2F;httpie.io&#x2F;product</a>
评论 #30503696 未加载
评论 #30506949 未加载
clajiness大约 3 年前
If you&#x27;re a Mac user, check out Paw (<a href="https:&#x2F;&#x2F;paw.cloud&#x2F;" rel="nofollow">https:&#x2F;&#x2F;paw.cloud&#x2F;</a>).
评论 #30500857 未加载
torginus大约 3 年前
Maybe I never appreciated the power of Postman but I never understood why they thought it would be a good idea to charge <i>monthly</i> for a tool that&#x27;s just a gui on top of <i>curl</i> (or <i>Invoke-WebRequest</i> for those of a Windows persuasion).
评论 #30498965 未加载
评论 #30498803 未加载
评论 #30499336 未加载
评论 #30500089 未加载
评论 #30501747 未加载
评论 #30498836 未加载
ur-whale大约 3 年前
If, like me, you have strictly no clue what this is for and still don&#x27;t after navigating both the site and the github for 10mn (Hoppscotch is a community-driven open source API development ecosystem ... ??????), here&#x27;s an insomnia vid that <i>sort of</i> starts to clear the fog:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=H_k8Z8Zq99s" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=H_k8Z8Zq99s</a><p>Here&#x27;s another for Hoppscotch:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NUz8qpP0Jv8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NUz8qpP0Jv8</a>
评论 #30498541 未加载
bstar77大约 3 年前
I&#x27;ve personally moved to Talend. Talend is browser based and capable of using existing auth cookies. It&#x27;s a game changer if you have to work in an integrated environment where it&#x27;s not possible to run those auth services locally.<p>When I started using Talend this was not possible in Postman or others. Curious if that&#x27;s changed.
Jiejeing大约 3 年前
Nowadays I am quite satisfied with the RESTer firefox addon: <a href="https:&#x2F;&#x2F;github.com&#x2F;frigus02&#x2F;RESTer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;frigus02&#x2F;RESTer</a>. This does look neat but there is no explanation on how to install it locally, and telemetry is enabled by default.
fredley大约 3 年前
I got off Postman years ago and have been using Insomnia since then: <a href="https:&#x2F;&#x2F;github.com&#x2F;Kong&#x2F;insomnia" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Kong&#x2F;insomnia</a>
评论 #30500172 未加载
评论 #30501575 未加载
评论 #30501367 未加载
评论 #30500543 未加载
评论 #30499197 未加载
评论 #30498926 未加载
评论 #30498800 未加载
debarshri大约 3 年前
Fun fact. Hoppscotch was also known as postwoman [1] They are really going after Postman&#x27;s business.<p>[1]<a href="https:&#x2F;&#x2F;pitchbook.com&#x2F;profiles&#x2F;company&#x2F;489006-55" rel="nofollow">https:&#x2F;&#x2F;pitchbook.com&#x2F;profiles&#x2F;company&#x2F;489006-55</a>
ndom91大约 3 年前
Love hoppscotch! Moved to it from postman back in the postwoman days. They really cleaned up the UI recently, made saving and sharing collections super easy.<p>And there&#x27;s a chrome extension so you can proxy requests through your localhost to avoid CORS issues, etc.
Kovah大约 3 年前
Interesting that they replaced the product name &quot;Hoppscotch&quot; with &quot;Hüpfburg&quot; in German. Not sure what&#x27;s the reason, as it&#x27;s not even a correct translation. German also seems to be the only language the devs did that.
XorNot大约 3 年前
Fundamentally I&#x27;ve really given up on tools like Postman.<p>A Jupyter notebook with python and requests is a much more flexible solution which turns into your actual automated test suite much more easily.
alephnan大约 3 年前
I was just about to share [Postwoman](<a href="https:&#x2F;&#x2F;postwoman.io" rel="nofollow">https:&#x2F;&#x2F;postwoman.io</a>) but it shows this:<p>Update: 16th August 2020 Postwoman is now Hoppscotch
ttyyzz大约 3 年前
It&#x27;s funny how the UI gets unnecessarily translated into German for me :)
评论 #30499000 未加载
2Gkashmiri大约 3 年前
i have to ask here since this is about api. i have a use case whereby i have to do some sort of &quot;one time password&quot; processing via email. the otp gets on the email. that email is forwarded to a &quot;server&quot; which regexes the body and outputs the OTP and some other fields like email address forward. at the same time, the user would be using a browser extension and once that detects the user has requested OTP, a request would go to the &quot;Server&quot; which would match the two requests and send the browser extension the necessary OTPs.<p>i know the whole privacy thing around it, this is a small project and the OTPs themselves arent tied to any banking and stuff, just office work..<p>then there is another thing about captcha proxy using those captcha services. i do not want users to directly access the captcha api key, they should use internal keys for accounting purpose.<p>i have found &quot;fusio&quot; on github but it is terrible at explaining how to proceed and the documentation isnt that great
评论 #30502166 未加载
lloei大约 3 年前
Am I going crazy or is there no way to install this locally apart from a &quot;development&quot; setup with git clone or docker?
评论 #30498920 未加载
评论 #30498832 未加载
ractive大约 3 年前
I often use the RESTED firefox extension, which covers like 90% of my adhoc http request needs: <a href="https:&#x2F;&#x2F;github.com&#x2F;RESTEDClient&#x2F;RESTED" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RESTEDClient&#x2F;RESTED</a> It&#x27;s pretty slim with no bells and whistles.
dabeeeenster大约 3 年前
I interviewed Liyas recently for our podcast - their Github growth rate has been really incredible. Shameless plug!<p><a href="https:&#x2F;&#x2F;flagsmith.com&#x2F;podcast&#x2F;hoppscotch-liyas-thomas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flagsmith.com&#x2F;podcast&#x2F;hoppscotch-liyas-thomas&#x2F;</a>
Justsignedup大约 3 年前
Not to be confused with hopscotch the kids&#x27; programming game which is an awesome app for teaching kids coding concepts <a href="https:&#x2F;&#x2F;www.gethopscotch.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gethopscotch.com&#x2F;</a>
suriyaG大约 3 年前
Is this the project that was previously postwoman? Which was discussed here <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21607712" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21607712</a>
评论 #30498510 未加载
tambourine_man大约 3 年前
I just use curl. Never understood the appeal of such tools
评论 #30498976 未加载
评论 #30499016 未加载
评论 #30498940 未加载
评论 #30500217 未加载
nXqd大约 3 年前
Does the postman collection work with this hoppscotch. If it doesn&#x27;t then it&#x27;s quite annoying that you have to retype all of those.
phantomathkg大约 3 年前
I only wish they can provide a self-hosting step.
评论 #30501502 未加载
keithnz大约 3 年前
I really like <a href="https:&#x2F;&#x2F;nightingale.rest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nightingale.rest&#x2F;</a>
评论 #30498309 未加载
评论 #30498461 未加载
sakethr98大约 3 年前
I was going to ask if you had tried postwoman.io, turns out, they rebranded to hoppscotch
0xhh大约 3 年前
I use httpie
评论 #30499273 未加载
einpoklum大约 3 年前
For those who have no idea what Postman and Hoppscotch are even after clicking the link:<p>&gt; &quot;Hoppscotch is a ... web based API development suite. It was builtb ... with ease of use and accessibility in mind ... free-to-use ... Open Source
liyasthomas大约 3 年前
GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;hoppscotch&#x2F;hoppscotch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hoppscotch&#x2F;hoppscotch</a>
wolpoli大约 3 年前
Last time I looked at Postman and Insomnia, the exported xml files were not compatible with each other. I hope we end up with data portability at some point.
eyelidlessness大约 3 年前
It’s impressive that there’s a clear effort to make the UI usable on mobile. A very rare thing for developer tools which aren’t specifically mobile oriented.
th3h4mm3r大约 3 年前
Does it do parallel requests with custom parameters? Postman also today suffer at that point.
foverzar大约 3 年前
Doesn&#x27;t seem there is a way to generate curl statement. Pity.
评论 #30503138 未加载
luckyshot大约 3 年前
Is there a way to import data from Postman?<p>Looks great BTW.
评论 #30498801 未加载
lux大约 3 年前
LOVE seeing websockets in there already!
brian_herman大约 3 年前
I wish they would support soap.
lowonkarma大约 3 年前
very nice, needs some contrast
querez大约 3 年前
The website does does not show anything if javascript is deactivated. Could at least show SOMETHING to tell me what I&#x27;m looking at.
评论 #30498577 未加载