Spyke
programming·ProgrammingbyAymon

What happened to Postman?!

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:

View original on programming.dev
sopuli.xyz

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.

78

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.

15

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

10
Aymonreply
programming.dev

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.

6
programming.dev

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)

34

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

6
Midasreply
ymmel.nl

That's stupid money for an api testing tool lmao

22
stardustreply
lemm.ee

Valued at 5.6 billion dollars. Investors are fucking idiots.

27

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

22
kbin.social

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

19
markreply
programming.dev

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

9

Hoppscotch is such an amazing project. It’s open source, selfhostable, a PWA, and does pretty much everything I used Postman for. easily best alternative for me

2

This seems to be one of the most popular alternatives now.

I never gave it a chance but maybe now's the time to switch.

1
lemmy.world

Stopped using it when they started sending me emails every fucking day.

I'LL LET YOU KNOW WHEN I WANT TO TEST AN API THANKS

13

This so much. Nothing worse than when a niche service emails you or push notifications you to use something you only need to use when you have a very specific need to haha.

4
kbin.social

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

12

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.

6

+1, has dot env file support so you can commit your rest experiments to your repo without worrying about exposing auth secrets

5

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

2

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.

1

You reached the end