- Add aliases soyoustart-eu, soyoustart-ca, kimsufi-eu, kimsufi-ca to sys-eu, sys-ca, ks-eu and ks-ca.
- Add Kimsufi and SoYouStart APIs
- Now official Node.js wrapper
- Rewrite part of the tests, README & documentation
- Add CONTRIBUTING guidelines
- Add
endpoint
parameter with preconfigured API endpoints. - Discontinue node.js <= 0.9 support
- Fix noAuthenticated calls
- Optionnal consumer key, now checked only on debug
- Fix unicode (thanks to @naholyr #4)
- Fix initial value for apiTimeDiff (gierschv/node-ovh#1)
- Include auth API for /auth/time if
usedApi
parameter is defined - Fix duplicate call of warning function
- WS are not supported anymore
- The usage of the Harmony proxies usage is optional
- Callbacks are designed "errors first"
- Optional check of the existence of a method in the APIs schemas and its status (PRODUCTION, DEPRECATED, etc.)
- Debug mode
- New documentation
- Fixes a potential EventEmitter memory leak when client uses a custom timeout value.
- Check time drift
- Fixes query string parameters.
- Fixes Proxy getter issue [096bff8].
- Remove exception in callREST.
- Ignore undefined parameters in REST API.
- Move VPS tests, add /domains tests.
- Add timeout option for REST API.
- Fixes requests signature.
- Tested with node v0.10.
- Fix for node v0.9.8.
- Major update, first version supporting OVH REST API (https://api.ovh.com).
- Using native harmony-proxies Node.js implementation with --harmony-proxies flag
- Moving from nodeunit to mocha
- Node.js v0.4 and v0.6 are not supported anymore
- Fix bad exception catch
- Initial release