Live data from Hacker News

Postman acquires Akita for automated API observability

blog.postman.com

101–110 of 124 posts

Re: Postman acquires Akita for automated API observability

#101
post #61

I don’t get the appeal of Postman. Collections are great but I’ve always preferred plain old curl.

How do you refresh your bearer token when needed, and have it automatically apply to all 20 api's you are curling. Bash scripts or whatever don't count, because then you aren't using "plain old curl"

Re: Postman acquires Akita for automated API observability

#102
post #87

I only wish Postman didn't freeze when adding a big JSON to a request. If you add it through their interface it freezes for a while in the best case scenario or freezes until you kill it. Postman on my Mac is now broken because a big JSON (almost 1mb) is stored on one of the opened tabs which makes it freezes on launch. I'll have to purge everything and install it again, thankfully that tab isn't saved in my profile…

Kinda sad that it’s 2023, we have ray tracing and LLMs but we label 1mb of text as “big”

Re: Postman acquires Akita for automated API observability

#103
post #9

Insomnia has always served me much better than postman

I tried insomnia for the first time the other day. The big missing bit is that you can't inherit authentication from the collection container, so all you're requests use the same oauth2 method or whatever. You need to set it up for each request in the collection.

We are fixing this! We are introducing "Global Authentication" files that can be defined once and used in as many collections as you want.

In the next 1-2 months you will see the biggest amount of improvements the Insomnia application has ever seen, since here at Kong we are pouring tons of resources into it.

Re: Postman acquires Akita for automated API observability

#104
post #102
post #87

I only wish Postman didn't freeze when adding a big JSON to a request. If you add it through their interface it freezes for a while in the best case scenario or freezes until you kill it. Postman on my Mac is now broken because a big JSON (almost 1mb) is stored on one of the opened tabs which makes it freezes on launch. I'll have to purge everything and install it again, thankfully that tab isn't saved in my profile…

Kinda sad that it’s 2023, we have ray tracing and LLMs but we label 1mb of text as “big”

Big for Postman.

Maybe it's a Postman on Mac thing, I've never used it on any other platform.

Re: Postman acquires Akita for automated API observability

#105

Earlier quoted context omitted.

Insomnia feels like it's falling down the same rabbit hole as postman. It's used to be a more usable, less overbuilt, bloated, alternative to postman, but now... meh

Can somebody remind me of the name of the web based oss postman-like tool that was posted to HN recently? I've been looking for it but I can't find it

Saw this in a comment below - https://firecamp.dev/

Re: Postman acquires Akita for automated API observability

#107

Earlier quoted context omitted.

Insomnia feels like it's falling down the same rabbit hole as postman. It's used to be a more usable, less overbuilt, bloated, alternative to postman, but now... meh

Can somebody remind me of the name of the web based oss postman-like tool that was posted to HN recently? I've been looking for it but I can't find it

There's https://restfox.dev which I built.

To stay unbiased, here's a list of other web based postman alternatives:

- https://hoppscotch.io (this is the most popular one)

- https://httpie.io/app

Re: Postman acquires Akita for automated API observability

#108
post #80

Earlier quoted context omitted.

Insomnia feels like it's falling down the same rabbit hole as postman. It's used to be a more usable, less overbuilt, bloated, alternative to postman, but now... meh

What don't you like about Insomnia?

All the "project management" type stuff. It used to be just a request builder. Something easier to fiddle with than the command line for analysis. Now it's got a bunch of features and wants you to build projects? I stopped using it a long time ago.

Re: Postman acquires Akita for automated API observability

#109

Earlier quoted context omitted.

Insomnia feels like it's falling down the same rabbit hole as postman. It's used to be a more usable, less overbuilt, bloated, alternative to postman, but now... meh

I don't think I've seen any real material difference to Insomnia towards the negative after they were acquired. It still works just fine. It's far FAR less bloated than Postman and easier to use than alternatives like Paw (now RapidAPI)

I didn't even know they got aquired. It's been a long time since i used it.

Re: Postman acquires Akita for automated API observability

#110
post #28

Earlier quoted context omitted.

postman was essentially built as a easy GUI version of curl. Once it went the VC route it kinda jumped the shark.

Agreed. Postman is a classic victim of "Enshittification" to try to recoup the VC money. I prefer this VS Code plugin for the very simple stuff https://marketplace.visualstudio.com/items?itemName=humao.re... I'm sure there's a gap for a "better postman" that's more complex that that, but a lot less encrusted than postman. However IMHO, the more complex scripted testing is better done in your main dev language Source:…

I use this VS Code plugin https://www.thunderclient.com/
Post reply on HN