Closed jfroffice closed 8 years ago
Thanks for your feedback, we're actually working to remove the dependency of this "Proxy" object. The node version 6 is very recent so it's not already update for this version.
+1, Node.js V6 is now released since 30 days 😅
I'm currently considering other SMS providers over OVH because of that not so active support
It's not abandoned. Could you tell me what's your usage of this API ?
Do you use in the mode :
ovh.request('GET', '/me', function (err, me) {
console.log(err || me);
});
Or in this mode :
ovh.me.$get(function (err, me) {
console.log(err || me);
});
I used the first mode
Alright for the next week I'll release a major version without Proxy mode support :)
Pull request submited #10 with an addition of promise support :)
Very good ! The promise support perfectly match my coding flow. Thank you, can't wait for the release !
Here it is, the V2.0.0 is out now https://www.npmjs.com/package/ovh
Let me know if it fits your usage :)
works for me.
The callstack