stefanfoulis / django-sendsms

A simple API to send SMS messages. It is modeled after the django email api.
MIT License
262 stars 99 forks source link

Use JSON REST API for BulkSMS #44

Closed denizdogan closed 5 years ago

denizdogan commented 5 years ago

It seems that this package uses an outdated API for BulkSMS, they now have a new JSON REST API: https://www.bulksms.com/developer/json/v1/

denizdogan commented 5 years ago

If you'd accept a PR for this, I'd be willing to implement it, just let me know

stefanfoulis commented 5 years ago

Thanks for figuring this out. A PR would be very appreciated.