Hacker News new | ask | show | jobs
by jmopp 829 days ago
As someone who uses curl and postman regularly, both tools have their places: I've found curl most useful for quick ad-hoc requests, or if I need to figure out why my service is no longer working. Postman I've found most useful to create a library of requests that are available on-hand: If I need to call services but I don't want to have to remember what the exact URL is or what the exact payload is.
1 comments

Have you tried hurl ? It's kind of a mix between curl and Postman