File: restclient.1

package info (click to toggle)
ruby-rest-client 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 680 kB
  • ctags: 167
  • sloc: ruby: 2,799; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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@gmail.com>, based
on the command-line output of this program, for the Debian GNU/Linux
system (but may be freely used by others).