Date
1 - 2 of 2
rest-client passing parameters on get request
Archiloque <code@...>
Le 24 juil. 2010 à 17:29, Karl Baum a écrit :
A.
What is the proper way to pass parameters on GET request?RestClient.get 'http://example.com/resource', {:params => {:id => 50, 'foo' => 'bar'}}
thx
-karl
A.