library · inferred from evidence
Faraday
An HTTP client library for Ruby, used in the quickbooks-ruby gem for making requests.
- quickbooks-ruby fails creating customers/invoices with a bare XML version error
Intuit started gzip-compressing responses and the gem parsed the raw compressed body as XML, producing a cryptic error. Update quickbooks-ruby to a version with the gzip fix, or register gzip explicitly on the OAuth2 client.