gamache / hyperresource

A self-inflating Ruby client for hypermedia APIs. Not under active development.
http://hyperresource.com/doc
MIT License
304 stars 29 forks source link

Add support for passing options (timeout, proxy) to Faraday::Connection #20

Closed Sastopher closed 10 years ago

Sastopher commented 10 years ago

Expose an options hash for Faraday::Connection that allows passing additional configuration such as proxy and timeout settings.

gamache commented 10 years ago

Looks good to me. Thanks for the patch!