forked from Planbox/rest-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24d9aa0
commit 28b61c1
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style | ||
of specifying actions: get, put, post, delete. | ||
|
||
* Main page: http://github.com/archiloque/rest-client | ||
* Mailing list: [email protected] (send a mail to subscribe). | ||
* IRC: #rest-client at freenode | ||
|
||
== Usage: Raw URL | ||
|
||
require 'rest_client' | ||
|
@@ -261,11 +265,3 @@ Written by Adam Wiggins, major modifications by Blake Mizerany, maintained by Ju | |
Patches contributed by many, including Chris Anderson, Greg Borenstein, Ardekantur, Pedro Belo, Rafael Souza, Rick Olson, Aman Gupta, François Beausoleil and Nick Plante. | ||
|
||
Released under the MIT License: http://www.opensource.org/licenses/mit-license.php | ||
|
||
Main page: http://github.com/archiloque/rest-client | ||
|
||
Rdoc: http://rdoc.info/projects/archiloque/rest-client | ||
|
||
Mailing list: [email protected] (send a mail to subscribe). | ||
|
||
IRC: #rest-client at freenode |