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: if status is 204, there is no response to parse #92

Closed djangoliv closed 3 years ago

djangoliv commented 3 years ago

This is a proposal to handle response 204 in the client.

closes #91.

LukeMarlin commented 3 years ago

Not a maintainer, but I would highly advise against putting a string here, best solution might be None! @rbeuque74 thoughts?

djangoliv commented 3 years ago

Thanks @LukeMarlin . Fixed.

rbeuque74 commented 3 years ago

Thanks for your contribution!