Live data from Hacker News

Tell HN: Postman update removes all your stuff if you refuse to create account

news.ycombinator.com

91–100 of 181 posts

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#91

Earlier quoted context omitted.

What's the issue with an extension?

I don't particularly enjoy a VC-fueled project having ability to intercept all my browser traffic to handle CORS.

Having a dedicated browser profile is a good solution to this if you’re ever uncomfortable with a particular extension.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#92

Earlier quoted context omitted.

But you raised VC funding right? Insomnia was an alternative to Postman, raised VC funds, eventually needed to justify that, and suddenly accounts mattered more. They're currently on the same trajectory. Insomnia is open source but just like OP experienced, a single update can do damage and it takes time for the community to react. Is this the same company that raised? If so, are you exempt from that? Have you figure…

If it's just a "glorified curl UI" what's the problem? Just use curl, or build your own, if it's so trivial. You are kicking the tires awfully hard for a solution to a problem you claim is easy.

I think it's fair to criticize them given a fair number of alternatives in this thread (with their own shortcomings). It's kind of silly to post something to hackernews and not expect criticism.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#94
post #6

Learn and use curl, then you won’t have any issues like this. You can make some scripts in Python or something, too. I say this because the last three tools I used for this all got shitty (postman, insomnia, and thunder client).

I would rather cycle thorough tools than deal with piss poor user experience of something like that.

Seriously, python with the requests lib in a jupyter notebook is always a nicer user experience than any REST API GUI, most importantly once it's grown a bit.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#95

I've really been enjoying HTTPie: https://httpie.io/ Postman has long been too bloated to be useful.

On windows I even got to enjoy using Invoke-WebRequest directly. Extremely useful since powershell has structured output and input.

I also found it surprisingly how pleasant this was. For all Powershell’s quirks, this is one of those features that just makes sense to me.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#96

> Any alternatives that I can migrate to? If it works for your use case: writing integration tests. I used Postman in the past but I never really got the point of "storing" queries beyond the history. I think if you have that need it means it's time to write a frontend to call your endpoints, or use integration tests.

I’ve used alternatives to explore under-documented APIs interactively and suss out their behavior. Then I could use the app’s codegen to turn the query I’d manually crafted into my chosen language’s code.

You can do all that directly in the language, of course, but by the time you go through the trouble of pretty printing the output, parametrizing the input, etc, you’ve reimplemented a less ergonomic version of Postman-and-similar.

(Not saying you’re wrong for doing it your way, but explaining why others might choose a different approach.)

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#97
post #3

So they quickly followed what their competitor Insomnia did recently https://news.ycombinator.com/item?id=37680126 Related "Ask HN: Alternatives to Insomnia?" https://news.ycombinator.com/item?id=37691914 and https://news.ycombinator.com/item?id=37725326

Postman did it first, unless I'm missing something.

Postman is rolling out updates over time, for many people they only saw the changes now, a couple weeks after the roll-out started.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#98

I've really been enjoying HTTPie: https://httpie.io/ Postman has long been too bloated to be useful.

I almost ignored HTTPie as a Postman alternative because I thought it was CLI only but learned that it has a GUI now. Unfortunately the GUI seems to be proprietary.

Also we were looking for HTTP/2 support which neither Postman not HTTPie have and found xh which is a HTTPie clone in Rust.

Re: Tell HN: Postman update removes all your stuff if you refuse to create account

#100

I would really like to see Chrome offering an alternative to Postman. For me, it feels natural, to have everything in one place. What do others think?

its funny because postman started out as a chrome extension
Post reply on HN