this post was submitted on 19 Jul 2023
121 points (100.0% liked)

Programming

420 readers
13 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Just recently fired Postman back up and it's so different now. Finding it difficult to find my way around when all I want to do is just send a request.

I haven't used it as much in the last 3 years just because I've mostly been building APIs that expose a Swagger UI, but I definitely remember the UI being much simpler back then.

Have y'all moved on to different solutions? If so which ones are you using?


EDIT

I've been going through the suggestions, here's the list of suggestions in order of most times suggested or number of points on the comment:

top 33 comments
sorted by: hot top controversial new old
[–] purplepudding@sopuli.xyz 59 points 1 year ago (3 children)

Insomnia is a bit more like classic postman, though it's kinda heading the same way too.

Ended up falling back to cURL and shell history for REST stuffs a lot of the time.

[–] aymon@programming.dev 14 points 1 year ago

I think I remember insomnia being a pretty popular alternative when I first picked up Postman. Never gave it a chance but maybe now it's the time to switch.

[–] Durotar@lemmy.ml 10 points 1 year ago

At least it's open-source, so it's hard for them to destroy the product completely.

[–] mark@programming.dev 5 points 1 year ago

Yeah works amazingly well on Linux too

[–] sirdorius@programming.dev 28 points 1 year ago* (last edited 1 year ago)

Enshittification.

I just switched to https://marketplace.visualstudio.com/items?itemName=humao.rest-client a few years ago. Way better, simpler, easily version controlled and reviewed, completely FOSS. Only downside is it's just for VSCode, if that's not your thing

[–] beaker@programming.dev 25 points 1 year ago* (last edited 1 year ago) (2 children)

We made the decision yesterday to dump Postman in favor of Thunder Client. As soon as I saw the push to create an account and use cloud workspaces, I knew the time would come.

(edit: correct styling of Thunder Client)

[–] attn_dfct_dev@programming.dev 7 points 1 year ago

Thunderclient

Looks great, thanks for the rec.

[–] seaneoo@kbin.social 6 points 1 year ago

I’ve never heard of Thunder Client but it looks really interesting

[–] prwnr@programming.dev 24 points 1 year ago (1 children)

check out this topic here: https://programming.dev/post/435823 where I asked question about postman alternatives not so long ago. Tons of suggestions!

[–] aymon@programming.dev 5 points 1 year ago (1 children)

Perfect! There's definitely a lot of good suggestions there.

I'm just so disappointed to see Postman trying to become a more "enterprise" solution.

[–] prwnr@programming.dev 2 points 1 year ago

well, cause that’s where the most money comes from I guess

[–] aymon@programming.dev 19 points 1 year ago (2 children)
[–] midas@ymmel.nl 18 points 1 year ago (1 children)

That's stupid money for an api testing tool lmao

[–] stardust@lemm.ee 24 points 1 year ago (1 children)

Valued at 5.6 billion dollars. Investors are fucking idiots.

[–] sup@lemmy.ca 1 points 1 year ago

And that's putting it lightly

[–] Fenzik@lemmy.ml 4 points 1 year ago* (last edited 1 year ago)

A tale as old as tech

[–] thicket@programming.dev 18 points 1 year ago

+1 for this question. Postman was a thing of simple beauty before they tried chasing the VC money

[–] stackPeek@kbin.social 16 points 1 year ago (2 children)

I'm very very surprised nobody has recommended hoppscotch.io yet

[–] mark@programming.dev 7 points 1 year ago* (last edited 1 year ago) (1 children)

Hmm cloud-based solutions for this scare me. But ok if open source.

[–] stackPeek@kbin.social 2 points 1 year ago

I could be wrong but I don't think hoppscotch.io is cloud based. CMIIW

load more comments (1 replies)
[–] lemann@lemmy.one 10 points 1 year ago (1 children)

This kind of thing led me to disabling feature updates on my older Postman installs, and switching to Insomnia as a replacement on systems that don't have Postman

https://insomnia.rest (GitHub)

[–] aymon@programming.dev 5 points 1 year ago

It has a similar look to the classic postman. I'm just hoping they don't go the same way postman did if they end up with big investors and ridiculous valuations.

[–] Whayle@kbin.social 9 points 1 year ago (1 children)

If you use vscode, you might look at the thunderclient extension.

[–] aymon@programming.dev 2 points 1 year ago

Oh this looks promising! Thanks!

[–] charlieb@kbin.social 7 points 1 year ago

Insomnia has that classic postman feel, but personally I switched to hurl ( https://hurl.dev/ ) I really like how simple it is once it's setup.

[–] fogetaboutit@programming.dev 6 points 1 year ago

time to switch to insomnia my friend!

[–] agilob@programming.dev 5 points 1 year ago (1 children)
[–] aymon@programming.dev 2 points 1 year ago

Thanks for the suggestion I'll try it out!

[–] expr@programming.dev 3 points 1 year ago

I've always used and will continue to always use curl.

[–] midas@ymmel.nl 2 points 1 year ago

Yep started using https://hoppscotch.io it's basically a clone

[–] reverendsteveii@sopuli.xyz 1 points 1 year ago

Ive been using something called Insomnia lately. It's a bit less fully-featured when it comes to things like env vars, but I love that I can copy any call from my browser's network tab as a curl command and just paste it right into insomnia

[–] solberg@lemmy.blahaj.zone 1 points 1 year ago

I’ve been using RapidAPI on my Mac. It looks quite nice, but I’ve found some parts to be a little buggy.

[–] kiwiheretic@lemmy.ca 1 points 1 year ago

I tried postman and came to the same conclusion as you. I couldn't figure it out at all. I downloaded an app for android called "ApI Tester". I might try out ThunderClient, which others have suggested, if it works on Linux.