1
0
Fork 0
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:
Julien Kirch 2010-01-01 13:59:47 +01:00
parent dcbf06a422
commit d948b7c822

View file

@ -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' }