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

Update DELETE method to support params #107

Closed piotron closed 2 years ago

piotron 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}

piotron commented 2 years ago

Hi @rbeuque74 could you take look at this?

rbeuque74 commented 2 years ago

Hello @piotron, Sorry for the delay.

I have merged #102 that kind of conflicts with your PR. I will open a new pull-request and merge your fix.

Thanks.

piotron commented 2 years ago

Sure, thanks @rbeuque74!