Thanks for the great comments everyone. Postman developer here. Woke up to find the link at the top of HN. Feels awesome. :)
Postman: a powerful HTTP client (for Chrome) to test web services
71–80 of 145 posts
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#72Re: Postman: a powerful HTTP client (for Chrome) to test web services
#73Re: Postman: a powerful HTTP client (for Chrome) to test web services
#74Also would take a look at SoapUI if you are dealing with multi step flows: http://www.soapui.org
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#75I 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 .
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#76Thanks for the great comments everyone. Postman developer here. Woke up to find the link at the top of HN. Feels awesome. :)
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
#77I prefer cli tools for api driving/testing, and httpie[1] works pretty well for that. [1]: https://github.com/jkbr/httpie
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#78Thanks for the great comments everyone. Postman developer here. Woke up to find the link at the top of HN. Feels awesome. :)
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#79If you never came across Firefox Tamper Data Add-on, this might be a great opportunity to mention it.
https://addons.mozilla.org/en-US/firefox/addon/tamper-data/
A different tool, yet targeting similar audience (us).