Postman works great. The only feature I would like to see added is to somehow easilu swap a base URL in requests. So I have to maintain just one collection per API and not multiple collections for multiple API deployments (production, testing, staging).
Postman: a powerful HTTP client (for Chrome) to test web services
41–50 of 145 posts
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#42Postman works great. The only feature I would like to see added is to somehow easilu swap a base URL in requests. So I have to maintain just one collection per API and not multiple collections for multiple API deployments (production, testing, staging).
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#43I 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
#44Postman works great. The only feature I would like to see added is to somehow easilu swap a base URL in requests. So I have to maintain just one collection per API and not multiple collections for multiple API deployments (production, testing, staging).
You can do this by using the environments feature. Create an environment and add a key to that environment to represent the base URL. Then in the the URL line replace your base URL with the reference to the key. For example http://{{base-url}}/api/
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#45Earlier quoted context omitted.
Command + backtick will help in those cases. :)
Yes, but for me, most of the time it's more of a Cmd+Tab to Chrome from my iTerm or ST, and then Cmd+` several times to finally find it. And when you do it hundreds of times, it gets seriously tedious.
The other thing I've done (with Zed in particular) is put the icon for the packaged app into my dock, so I can get to it quickly from anywhere. Of course, this becomes unwieldy if you have a lot of them in there!
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#46We have security auditing rules that require us to compile the programs we run from source. We prefer small programs as they are easier to audit.
Does anyone know how much RAM is required to compile Chromium?
Can it be done on a laptop?
Re: Postman: a powerful HTTP client (for Chrome) to test web services
#47Re: Postman: a powerful HTTP client (for Chrome) to test web services
#48I 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
#49Would be perfect if it can stop being a chrome packaged app though. The window switching in OS X makes it really hard for me to get to it when I have a chrome window open at the same time. I wish it could be wrapped in a native app or even just let it run in a chrome tab.