Live data from Hacker News

Postman: a powerful HTTP client (for Chrome) to test web services

getpostman.com

71–80 of 145 posts

Re: Postman: a powerful HTTP client (for Chrome) to test web services

#75
post #48

I prefer cli tools for api driving/testing, and httpie[1] works pretty well for that. [1]: https://github.com/jkbr/httpie

I like httpie but the app can do a lot more than sending requests now (which you might not be able to do in a CLI tool). You can write tests and run a bunch of requests together to simulate different scenarios: http://www.getpostman.com/docs/jetpacks_writing_tests .

Here's a library in Haskell if you are inclined to do this with an embedded domain-specific language instead:

http://hackage.haskell.org/package/http-test

Re: Postman: a powerful HTTP client (for Chrome) to test web services

#76
post #50

Thanks for the great comments everyone. Postman developer here. Woke up to find the link at the top of HN. Feels awesome. :)

Great job! Really useful tool.

On a side note, it's interesting how, though you posted postman on HN a couple of times before, it hit the front page only now.

Re: Postman: a powerful HTTP client (for Chrome) to test web services

#77

I prefer cli tools for api driving/testing, and httpie[1] works pretty well for that. [1]: https://github.com/jkbr/httpie

There are lots of things that you can do easily with postman but would be difficult with a CLI tool.

Re: Postman: a powerful HTTP client (for Chrome) to test web services

#80
post #25

Earlier quoted context omitted.

probably because your suggesting a paid app to solve a problem that is well solved by free ones

Also a Mac app when the original app works across platforms

I would say an app for chrome is just as accessible as an app for mac.
Post reply on HN