Nexmo / nexmo-nodered

Node Red Nodes for The Nexmo APIs
MIT License
5 stars 6 forks source link

support node-red v1 async send api #48

Open cowchimp opened 4 years ago

cowchimp commented 4 years ago

This PR changes the syntax of listening to incoming messages and sending outgoing messages to be asynchronous, as is the best-practice for Node-RED v1 nodes. Backward compatibility is maintained as detailed here https://nodered.org/blog/2019/09/20/node-done#backwards-compatibility

resolves #46