mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Missing blank line in the layout
This commit is contained in:
parent
dcbf06a422
commit
d948b7c822
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ of specifying actions: get, put, post, delete.
|
|||
require 'rest_client'
|
||||
|
||||
RestClient.get 'http://example.com/resource'
|
||||
|
||||
RestClient.get 'https://user:password@example.com/private/resource'
|
||||
|
||||
RestClient.post 'http://example.com/resource', :param1 => 'one', :nested => { :param2 => 'two' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue