vajapravin / pushbullet

PushBullet's API enables developers to push to devices that have installed the PushBullet Android app.
http://www.pushbullet.com
MIT License
10 stars 11 forks source link

adjust url paths for v2 of the api. #3

Closed andynu closed 9 years ago

andynu commented 9 years ago

Thanks for putting this package together. Very clearly written too!

Looks like their urls moved a little bit (see https://docs.pushbullet.com/#devices) . The rest of the code still seems to work, though I don't have any contacts to test the SecretAPI with, so that remains untested.

Cheers, Andy

andynu commented 9 years ago

Woah! I apologize, this changes push_note into a broadcast to all devices. Further adjustments will need to be made to return those to individual device pushes (device_ident param).