marcuz / libpynexmo

Python library to interact with Nexmo SMS API
BSD 2-Clause "Simplified" License
63 stars 34 forks source link

Sending a message #24

Open cilia opened 9 years ago

cilia commented 9 years ago

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?