Postman vs curl

Posted by YesterdayOk921@reddit | learnprogramming | View on Reddit | 24 comments

Quick Question:

What do you actually use for APIs? postman or curl?

I keep bouncing between both and neither feels great:
-> postman is slow/heavy
-> curl becomes unreadable fast

debugging anything slightly complex is painful

I’m thinking of building something around improving the curl/terminal workflow (more interactive, less typing the same stuff again and again)

before I do that:

what do you use daily?
what’s the most annoying part?
anything you wish existed instead?

Also, any tools you’ve tried that are actually better? (httpie, insomnia, tui clients, etc.)

just trying to understand what people actually need