ConnectCorp / nexmo-client

Unofficial Nexmo Rest Client
MIT License
15 stars 13 forks source link

Updated Client so the constructor accepts an array of options #10

Open quinncomendant opened 9 years ago

quinncomendant commented 9 years ago

Updated Client so the constructor accepts an array of options which override default options. This allows additional configuration of the HttpClient (e.g., to change 'base_url' to sandbox URL, 'debug', and 'timeout').

vood commented 9 years ago

Please check unit test failures