node-ovh icon indicating copy to clipboard operation
node-ovh copied to clipboard

Node.js wrapper for the OVH APIs

Results 17 node-ovh issues
Sort by recently updated
recently updated
newest added

Silly question. This page requests an Account ID or E-mail. Where does one locate their account ID? https://api.ovh.com/createToken/?GET=/me

Requests are not signed because of Line 366 in ovh.es5.js : if (path.indexOf('/auth') < 0) { That 'if' shouldn't exist at all, right?

It seems like ovh 2.0.0 rejects promises in case of API errors with a standard object `{error: 404, message: '...'}` instead of a designated error type, which generates a warning.

Si c'est pour apporter une version es6 (ce qui est parfait) et en profitant de la version majeure 2.0 (qui 'autorise' le breaking change), pourquoi ne pas l'avoir utilisée par...

The client expects response http code 200 but some endpoints (in my case domain zone refresh) started returning 204: https://github.com/ovh/node-ovh/blob/06d61afd5e21c9872b80de2695f13ef2be1b8ae8/lib/ovh.es5.js#L197 https://github.com/ovh/node-ovh/blob/06d61afd5e21c9872b80de2695f13ef2be1b8ae8/lib/ovh.es6.js#L176 Should be `res.statusCode >= 400`

Hello, i'm trying to use your API but I can't find the type definition of the parameters. For exemple : ``` Endpoint : post /order/cart/{cartId}/webHosting duration: Duration planCode: string; pricingMode:...

BREAKING CHANGE: package name is now @ovhcloud/node-ovh