ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
278 stars 76 forks source link

Adding raw_call method to retrieve directly the vendored requests.Response object #43

Closed geoffreybauduin closed 7 years ago

geoffreybauduin commented 7 years ago

Signed-off-by: Geoffrey Bauduin geoffrey.bauduin@corp.ovh.com

The main idea here is to allow the caller to skip all the processing made on the requests response, hence allowing him to process himself the json as he wants to (that's just an example of usage, there are plenty others).