RestClient 0.5

restclient

Sat Jun 21 14:56:00 -0700 2008

gem install rest-client for new features:

  • SSL support
  • User/password embedded in the url (e.g. https://joe:mypass@example.com)
  • Subresource nesting with syntax (e.g. site['posts/1/comments'].get) (more examples)
  • Better exception classes with access to the response object and more readable output in irb

RDocs.

Thanks to Pedro Belo and Ardekantur, who contributed most of the new code in this release.