If you are quick with cURL maybe it's not--it's just a matter of preference.
I, on the other hand, can take quite a while to type out a cURL request with 4 custom headers and a long JSON body.
While I spent most of my day at the CLI I do step out for a few choice applications. Being able to quickly save and compile a bunch of requests to replay is also nice though I'm sure you could do that with cURL or similar tools.
It doesn't hurt that the app is particularly nice looking either :-)
Yeah, JSON on the command line can be a big PITA, especially when it comes to escaping. The old `curl -vvv -X POST --data @foo.json http://example.com` trick mostly works, but isn't the most elegant thing in the world.
This just might be, and it'll write the curl command for you too :)
I, on the other hand, can take quite a while to type out a cURL request with 4 custom headers and a long JSON body.
While I spent most of my day at the CLI I do step out for a few choice applications. Being able to quickly save and compile a bunch of requests to replay is also nice though I'm sure you could do that with cURL or similar tools.
It doesn't hurt that the app is particularly nice looking either :-)