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

`SenderNameResult` - improper parameter expected #17

Closed zlorf closed 6 years ago

zlorf commented 6 years ago

When listing senders (client.sender.list()), there is exception thrown: TypeError: __init__() got an unexpected keyword argument 'sender'

It seems that the parameter is not called name but sender now.

in-void commented 6 years ago

now it should work thank You