marcuz / libpynexmo

Python library to interact with Nexmo SMS API
BSD 2-Clause "Simplified" License
63 stars 34 forks source link

Use detail parameter server instead of BASEURL #13

Closed axiom closed 10 years ago

axiom commented 10 years ago

NexmoMessage accepts a "server" key in the details parameter, but was using BASEURL through out anyway.

Use the "server" key from self.sms instead of BASEURL.