libpynexmo icon indicating copy to clipboard operation
libpynexmo copied to clipboard

Sending a message

Open cilia opened this issue 9 years ago • 0 comments

In the README, it says: "Then you have a choice. For a "fire and forget" approach to sending a message, use the send_request method".

In addition to this 'fire and forget' approach, what is the other choice(s)? In addition, does this 'fire and forget' approach imply that the the requests to Nexmo are somehow asynchronous, i.e. I don't need to wait for Nexmo API to respond before continuing the rest of my code?

cilia avatar Jun 11 '15 22:06 cilia