ovh / node-ovh

Node.js wrapper for the OVH APIs
http://ovh.github.io/node-ovh
Other
129 stars 27 forks source link

Update request functions to handle 201/204 success status codes #50

Closed Clovel closed 10 months ago

Clovel commented 10 months ago

For example, the /domain/zone/{zoneName}/record/{id} DELETE route now returns a 204 success status code, but this lib throws an exception because of that.

rbeuque74 commented 10 months ago

Thanks for your contribution @Clovel We will release a new version on npmjs soon.

Clovel commented 9 months ago

We will release a new version on npmjs soon.

Any news on this @rbeuque74 ?