From 2501aa3bb7b943d7aec03c49c628007e0664996a Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Thu, 17 Dec 2009 21:27:40 +0100 Subject: [PATCH] Link to Request class, so the rdoc will be usefull. --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index bfc18de..21928ed 100644 --- a/README.rdoc +++ b/README.rdoc @@ -56,6 +56,10 @@ See RestClient::Resource module docs for details. See RestClient::Resource docs for details. +== Lower-level access + +For cases not covered by the general API, you can use the Request class which provide a lower-level API, see the class' rdoc for more information. + == Shell The restclient shell command gives an IRB session with RestClient already loaded: