@vonage/applications
Advanced tools
Changelog
[1.0.0]
applicationId
and privateKey
properties to first constructor parameter to support JWT generation.options.logger
to constructor 2nd parameter to allow adding customer logger.options.appendToUserAgent
to constructor 2nd paramater to append custom string to User-Agent
header sent to Nexmo.create
, get
, update
and delete
calls.create
, get
, update
and delete
calls.nexmo.message
nexmo.calls
nexmo.number
nexmo.verify
nexmo.numberInsight
nexmo.account
nexmo.voice
- legacy voice functionalityvar Nexmo = require('nexmo');
returns a class definition which should be created using the new
operator e.g. var nexmo = new Nexmo(args...);
.var nexmo = require('nexmo');
no longer exposes singleton functions offered by "easynexmo".