Second, realize that this was developed from start to finish in 48 hours, by some not untalented people... they seem to have put a lot of thought into it, and the details really show.
Doesn't that seem to emphasize the guy's point? It seems like a neat if simplistic little tool and if you have to watch a video to tell how it's something more...
I think you meant that you can reproduce a fraction of this app's functionality, and present it in an unattractive way with really bad useability, in ten lines of code. And even then you'd be exaggerating.
That said, I regularly test APIs using actual usernames and passwords via HTTP Basic Auth. It will be a cold day in hell before I toss my credentials in cleartext into a web form. :-)
I really like the syntax-highlighted, pretty-printed JSON output, though. Really handy.
Very slick, but it really needs a JSON pretty printer in addition to the XML one. Most JSON services just send one huge line, which is exactly how Hurl displays it.
32 comments
[ 4.2 ms ] story [ 57.2 ms ] threadA few minutes later: everything seems to give the error:
Cannot allocate memory - fork(2)
I'm workin' on bringing it back up.
Second, realize that this was developed from start to finish in 48 hours, by some not untalented people... they seem to have put a lot of thought into it, and the details really show.
Third, saying you could do anything nontrivial in "10 lines of code" reminds me of this guy http://news.ycombinator.com/item?id=678501
Doesn't that seem to emphasize the guy's point? It seems like a neat if simplistic little tool and if you have to watch a video to tell how it's something more...
Sounds like we should change this:
To something like this:That said, I regularly test APIs using actual usernames and passwords via HTTP Basic Auth. It will be a cold day in hell before I toss my credentials in cleartext into a web form. :-)
I really like the syntax-highlighted, pretty-printed JSON output, though. Really handy.
We do pretty print JSON: http://hurl.me/ufsmb1
Ah, I assume you are relying on the MIME type to be application/json, which is far from universal. A heuristic JSON detector shouldn't be hard.
For example I can give you this URL: http://hurl.me/ufsmb1
And you can change 'json' to 'xml' to see what changes.
Hurl was inspired by sharing curl input and output over pastebins. We should probably make this more clear.