Current response body validation for well-formed JSON is inherently flawed:
https://github.com/spagalloco/em-twitter/blob/master/lib/em-twitter/response.rb#L24-26
Consider parsing the response body and using successful parsing as the basis for valid responses.
Current response body validation for well-formed JSON is inherently flawed:
https://github.com/spagalloco/em-twitter/blob/master/lib/em-twitter/response.rb#L24-26
Consider parsing the response body and using successful parsing as the basis for valid responses.