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

Not every response has a response body #17

Closed jmartelletti closed 10 years ago

jmartelletti commented 10 years ago

Hey there,

My rails API returns a 204 No Content response in reply to certain requests, these contain no body content at all leading to an exception at this point in the code. This simple check keeps things working! Thanks for the great lib, it's been a pleasure so far.

James

gamache commented 10 years ago

Thanks a lot for the patch! And keep in touch if you have any more issues or suggestions.