mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Link to Request class, so the rdoc will be usefull.
This commit is contained in:
parent
e60dad6007
commit
2501aa3bb7
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue