ovh / node-ovh

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

Where to find the parameters definitions ? #49

Open Andy-d-g opened 1 year ago

Andy-d-g commented 1 year ago

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: string;
quantity: long;

Where am I supposed to find the expected value for pricingMode | planCode | duration ?

Thank you and have a good day