libpynexmo icon indicating copy to clipboard operation
libpynexmo copied to clipboard

Python library to interact with Nexmo SMS API

Results 5 libpynexmo issues
Sort by recently updated
recently updated
newest added

Why no love for PyPI? git urls and tarballs are no good if you want to reference deps in setup.py.

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...

The get-phone-pricing API functionality does not seem to be included. This API returns either sms or voice pricing for the supplied phone number. Example/details at the bottom of the following...

[This line](https://github.com/marcuz/libpynexmo/blob/master/nexmomessage/nexmo.py#L168) will crash if params isn't encoded in utf-8 and if the message body (or other fields) contain some unicode characters (like arabic). I've noticed [this function](https://github.com/marcuz/libpynexmo/blob/master/nexmomessage/nexmo.py#L64) which does...

Hi, When sending a text message, the library tries to decode the message as ascii and if it fails then encodes the text as utf-8 and sets the type parameter...