Postman: a powerful HTTP client (for Chrome) to test web services
81–90 of 145 posts
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#82Thanks for the great comments everyone. Postman developer here. Woke up to find the link at the top of HN. Feels awesome. :)
Thanks for the great tool. First I thought "Damn, that's no news. I use it for ages ...", but some things are worth to be reminded of from time to time.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#83Re: Postman: a powerful HTTP client (for Chrome) to test web services
#84If you have to fiddle with the command line, you're doing it wrong. It drives us nuts in the Plan9 community that Bash history and readline is seen as some sort of productivity tool. We have powerful shell primitives but the command line is seen as the last resort of composing them. Admittedly we have a terminal window with which you can edit text in two dimensions but use a proper set of tools with a bit of forethought and you get much more done.
If you need an oauth client, write one with a few bits of script and use it everywhere. It's the Unix way.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#85Re: Postman: a powerful HTTP client (for Chrome) to test web services
#86Re: Postman: a powerful HTTP client (for Chrome) to test web services
#87I auditioned about 10 different Chrome/Firefox extensions to send HTTP requests and this was by far the best one. It's clean, simple to use, and handles auth really well.
Do you remember your favorite for firefox? I have never found one that I was very happy with.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#88"no more fiddling with the command line" If you have to fiddle with the command line, you're doing it wrong. It drives us nuts in the Plan9 community that Bash history and readline is seen as some sort of productivity tool. We have powerful shell primitives but the command line is seen as the last resort of composing them. Admittedly we have a terminal window with which you can edit text in two dimensions but use a p…