mLewisLogic / saddle

A Ruby framework for service clients
MIT License
37 stars 4 forks source link

Add option to return full response object #7

Closed conarro closed 10 years ago

conarro commented 10 years ago

Include a configuration option to return the full Faraday response object so that clients can have access to the entire response (status code, headers, etc.)

mLewisLogic commented 10 years ago

I like it! Thanks for the PR.