Austin Schmidli

Results 1 issues of Austin Schmidli

The [API documentation](https://www.plivo.com/docs/sms/api/overview/) says that an options object can be passed to the client: ```ts var plivo = require('plivo'); let options = { 'timeout': 50000, //ms 'host': 'https://proxyurl', 'port': 'proxyport',...