smsapi / smsapi-python-client

SMSAPI Python client that allows you to send messages, manage Short URLs and administrate your SMSAPI account.
https://www.smsapi.com/
Other
55 stars 34 forks source link

Fixes for missing parameters in SMS requests and responses #13

Closed pawel-ch closed 7 years ago

pawel-ch commented 7 years ago

Before change sending test SMS without hacks like below was impossible.

api = SmsAPI()
api.service('sms').action('send')
api._action._data['test'] = 1

Also some data retrieved from https://api.smsapi.pl/sms.do with details=1 was lost (message, length and parts).

pawel-ch commented 7 years ago

48e2dd5 is not required since there's send_test method. I'm closing this pull request and will prepare a new one with only d76241a some time soon.

pawel-ch commented 7 years ago

New pull request: https://github.com/smsapi/smsapi-python-client/pull/14