gojek / wrest

A fluent, easy-to-use, object oriented Ruby HTTP/REST client library with support RFC2616 HTTP caching and async calls that runs on CRuby and JRuby.
http://gojek.io
Other
233 stars 53 forks source link

Fix timeout example in README #131

Closed gfredericks closed 7 years ago

gfredericks commented 7 years ago

The argument to get is the query parameters, not the http options.

kaiwren commented 7 years ago

Thank you!