Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Minor nit, the ruby examples show:

    Unirest::post "http://httpbin.org/post", ...
That syntax is deprecated, you should probably just use:

    Unirest.post "http://httpbin.org/post", ...
I like the site though ;)


https://github.com/Mashape/unirest-ruby/pull/3

I'm not convinced that I'd use it, but this doesn't hurt to do. To be fair, my changes haven't been tested.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: