ej2 / python-quickbooks

A Python library for accessing the Quickbooks API.
MIT License
407 stars 195 forks source link

Is there a way to get the raw response for a given query? #295

Closed akhazaei closed 1 year ago

akhazaei commented 1 year ago

As the title mentions, is there a way to get the raw response from quickbooks?

ej2 commented 1 year ago

Not a supported way. You could modify the code in make_request in the client.py file to get the response.