Releases: Vonage/vonage-node-sdk
Releases · Vonage/vonage-node-sdk
v1.1.2
v1.1.1
v1.1.0
v1.0.0
- ADDED:
applicationIdandprivateKeyproperties to first constructor parameter to support JWT generation. - ADDED:
options.loggerto constructor 2nd parameter to allow adding customer logger. - ADDED:
options.appendToUserAgentto constructor 2nd paramater to append custom string toUser-Agentheader sent to Nexmo. - ADDED: nexmo.calls adding support to
create,get,updateanddeletecalls. - ADDED: nexmo.applications adding support to
create,get,updateanddeletecalls. - ADDED: Functionality is now namespaced:
nexmo.messagenexmo.callsnexmo.numbernexmo.verifynexmo.numberInsightnexmo.accountnexmo.voice- legacy voice functionality
- CHANGED:
var Nexmo = require('nexmo');returns a class definition which should be created using thenewoperator e.g.var nexmo = new Nexmo(args...);. - REMOVED:
var nexmo = require('nexmo');no longer exposes singleton functions offered by "easynexmo".