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
296 stars 81 forks source link

Update DELETE method to support params #109

Closed rbeuque74 closed 2 years ago

rbeuque74 commented 2 years ago

Description:

Allows to specify parameters for DELETE requests as method parameters instead requiring to put them in url.

Why?

Examples on api.ovh.com are broken, because method client.delete doesn't support parameters. Example of broken API: /cloud/project/{projectId}/storage/{bucketId}

Integrates #107