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

fix: query parameters None should be JSON encoded and empty query params should not be sent #102

Closed rbeuque74 closed 2 years ago

rbeuque74 commented 3 years ago

Following #99 and #101, I change the behaviour when None is sent as a query parameter. Also, do not send an empty query string ? when no kwargs are provided.