Skip to content

samkirton/nexmo-python-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nexmo-python-lib

A helper class that sends and parses the response of text messages sent through the Nexmo API

Example usage:

import Nexmo import NexmoREST
from Nexmo import NexmoSMS

nexmoRest = NexmoREST("xxxxxx","xxxxxxx")
nexmoSMS = NexmoSMS(nexmoRest)
nexmoResponse = nexmoSMS.sendPlainTextSMS("447738492309","61497790304","Hello, this is a text message!")

About

A helper class that sends and parses the response of text messages sent through the Nexmo API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages