Postman: a powerful HTTP client (for Chrome) to test web services
111–120 of 145 posts
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#112Re: Postman: a powerful HTTP client (for Chrome) to test web services
#113Re: Postman: a powerful HTTP client (for Chrome) to test web services
#114We've been using Postman for a while now, it's invaluable for testing/validating APIs across our environments. One feature we've been waiting a long time for however is live collection sharing; to have a centralized set of endpoints/etc that's kept updated and synchronized (without needing everyone to export and import JSON files). There's a feature request on GitHub but it's been in stasis for a long time now.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#115Re: Postman: a powerful HTTP client (for Chrome) to test web services
#116Earlier quoted context omitted.
I doubt that completely, citation needed.
I find your response to be really arrogant. Postman is an easily installed Chrome extension that can be supplied to everyone on your team, regardless of skill level. Requiring a cli isn't as easy as a one click install - there's dependencies (Python etc.) that are required which, while easy for many, aren't as simple for a lot of web developers - especially those who focus on front end development and may just need a…
I would still like an example of a series of Http:// requests that is "difficult" to do with just curl, wget and a bit of shell script.
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#117Earlier quoted context omitted.
I doubt that completely, citation needed.
I agree that CLI are awesome and you can do way more using it that with any other UI (specially a web one), but taking HTTP API testing as an example, postman lets you do a bunch of stuff that are so simple with one click that I can see some people not wanting to dive in the CLI world, write a bunch of stuff and also having to store environment data for requests with extra files (I think thats where the 'difficult' f…
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#118I know i am missing something here....but how on earth do you launch this?
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#119I use Rested, it's a simple, cheap, mac app and works great. http://www.helloresolven.com/portfolio/rested/ EDIT: Why the hell was I downvoted for suggesting a good app? goddammit...
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#120Earlier quoted context omitted.
I agree that CLI are awesome and you can do way more using it that with any other UI (specially a web one), but taking HTTP API testing as an example, postman lets you do a bunch of stuff that are so simple with one click that I can see some people not wanting to dive in the CLI world, write a bunch of stuff and also having to store environment data for requests with extra files (I think thats where the 'difficult' f…
None of those things are intractable, I have had scripts handle them all. On top of that, writing scripts educates you on how such systems work. It really isn't challenging.