this post was submitted on 19 Jul 2023
169 points (99.4% liked)

Programming

16995 readers
216 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 [email protected]



founded 1 year ago
MODERATORS
169
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

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:

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 78 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.

[–] [email protected] 15 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.

[–] [email protected] 10 points 1 year ago

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

[–] [email protected] 5 points 1 year ago

Yeah works amazingly well on Linux too