Live data from Hacker News

Postman which I thought worked locally on my computer, is down

status.postman.com

181–190 of 300 posts

Re: Postman which I thought worked locally on my computer, is down

#181
post #166

Question: Do I miss something by not using Postman? My alternatives for development are "Edit and Resend" of a request (in Firefox) and plain old curl scripts for reusable examples.

The only nice feature is being able to paste a url, get parsed parameters, and then edit all the things using the UI.

Other then that, its same old curl.

Re: Postman which I thought worked locally on my computer, is down

#182
post #135

Earlier quoted context omitted.

Good thing is that we can start using Insomnium now.

It is unmaintained. This is the cost of devs focusing on corporate gains and not their craft.

Why you and other devs say Insomnia is unmaintained?

There has been a release in september, issues has been solved within last month, and multiple pull requests has been managed (merged and rejected) also recently.

Maybe you refer to issues specific to a platform? Thanks in advance.

Re: Postman which I thought worked locally on my computer, is down

#183
post #166

Question: Do I miss something by not using Postman? My alternatives for development are "Edit and Resend" of a request (in Firefox) and plain old curl scripts for reusable examples.

We use it a bit at our company. We have a collection file that includes a ton of requests with headers and body. Developers can with ease load that collection file and run it against their own server, and also quickly change to a different server with just a click.

I guess a substitution would be a git repo with curl scripts and environment variables?

We also have some non-tech people who use postman to run tests.

Re: Postman which I thought worked locally on my computer, is down

#184
post #36

This could have been a 10 Megabyte TUI app in your terminal tab. Boggles my mind how even this kind of app manages to bring in Electron and the cloud. Edit: Ah, so here it is: https://posting.sh

> even this kind of app manages to bring in Electron

Probably because it began as an chrome addon before it was "standalone".

Re: Postman which I thought worked locally on my computer, is down

#185
post #166

Question: Do I miss something by not using Postman? My alternatives for development are "Edit and Resend" of a request (in Firefox) and plain old curl scripts for reusable examples.

These days I use jupyter notebooks and requests.

At the end of the day with Postman you wind up trying to codify requests via collections, which tends to just be programming in a more limited language.

Re: Postman which I thought worked locally on my computer, is down

#186
post #166

Question: Do I miss something by not using Postman? My alternatives for development are "Edit and Resend" of a request (in Firefox) and plain old curl scripts for reusable examples.

We use it a bit at our company. We have a collection file that includes a ton of requests with headers and body. Developers can with ease load that collection file and run it against their own server, and also quickly change to a different server with just a click. I guess a substitution would be a git repo with curl scripts and environment variables? We also have some non-tech people who use postman to run tests.

> I guess a substitution would be a git repo with curl scripts and environment variables?

Yep, and works well for us.

Re: Postman which I thought worked locally on my computer, is down

#188
post #21

This is exactly why I made Yaak [1]. It's fully offline, no telemetry, open source, and can even sync with Git. https://yaak.app

Been using Yaak for 6-9 months now, initially built from source, but now a paying subscriber. Recently saw that you post open metrics[1] on subscriber count and revenue, and love getting a little look behind the curtains. [1]: https://yaak.app/open

[deleted]

Re: Postman which I thought worked locally on my computer, is down

#189
post #21

This is exactly why I made Yaak [1]. It's fully offline, no telemetry, open source, and can even sync with Git. https://yaak.app

Quick request, if it's doable: would you mind making a portable version of this? We're super locked down on our machines (even as developers), and all programs that need to be installed need to be approved. Portable programs fly under the radar, so they're easier to try discreetly, then we can make an official request to get them approved or buy a license.

Edit: oh my, you also made Insomnia, that I used when Postman was on the enshittification path...

Re: Postman which I thought worked locally on my computer, is down

#190
post #166

Question: Do I miss something by not using Postman? My alternatives for development are "Edit and Resend" of a request (in Firefox) and plain old curl scripts for reusable examples.

We use it a bit at our company. We have a collection file that includes a ton of requests with headers and body. Developers can with ease load that collection file and run it against their own server, and also quickly change to a different server with just a click. I guess a substitution would be a git repo with curl scripts and environment variables? We also have some non-tech people who use postman to run tests.

A closer replacement would be https://hurl.dev or the HTTP client built in to every JetBrains IDE + https://www.jetbrains.com/help/idea/http-client-cli.html#tes...>, depending on what other tools your org uses.
Post reply on HN