caelum/restfulie

Restfulie::Client must have option to retrieve only raw response body

Closed this issue · 1 comments

After a request, the client would prefer to get only the raw response body instead of an object representation.

Therefore, Restfulie::Client must give this option to the client.

Restfulie.at().raw is implemented