[DRE-commits] r5371 - trunk/librestclient-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Tue May 18 08:12:02 UTC 2010


Author: deepak-guest
Date: 2010-05-18 08:11:58 +0000 (Tue, 18 May 2010)
New Revision: 5371

Added:
   trunk/librestclient-ruby/debian/restclient.1
Log:
created man page for restclient

Added: trunk/librestclient-ruby/debian/restclient.1
===================================================================
--- trunk/librestclient-ruby/debian/restclient.1	                        (rev 0)
+++ trunk/librestclient-ruby/debian/restclient.1	2010-05-18 08:11:58 UTC (rev 5371)
@@ -0,0 +1,29 @@
+.TH sass 1 "December 18, 2008"
+.SH NAME
+restclient -  simple REST client for Ruby
+.SH SYNOPSIS
+.B restclient
+[options] [username] [password]
+.SH DESCRIPTION
+This library provides a simple way to access RESTful web services in Ruby.
+.SH OPTIONS
+.TP 8
+.B get  url|name 
+To get the single information.
+.TP 8
+.B  put url|name 
+To put the single information.
+.TP 8
+.B post url|name 
+To put multipart information.
+.TP 8
+.B  delete url|name 
+To delete.
+.SH SEE ALSO
+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.
+.SH AUTHOR
+This manual page was written by Deepak Tripathi <apenguinlinux at gmail.com>, based
+on the command-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).




More information about the Pkg-ruby-extras-commits mailing list