Simple rest client for ruby
restclient [options] [username] [password]
This library provides a simple way to access RESTful web services in Ruby.
get url|name
To get the single information.
put url|name
To put the single information.
post url|name
To put multipart information.
delete url|name
To delete.
This program is shipped as part of the librestclient-ruby1.8 library package, you can check its corresponding documentation can be found in the librestclient-ruby-doc package.
This manual page was written by Deepak Tripathi <[email protected]>, based on the command-line output of this program, for the Debian GNU/Linux system (but may be freely used by others).