alexwhitman / node-pushbullet-api

PushBullet API module for Node.js
165 stars 36 forks source link

Support for iden #3

Closed bigmonkeyboy closed 10 years ago

bigmonkeyboy commented 10 years ago

Pushbullet are deprecating the use of the id for the target device and have moved to using the iden field instead. Can this library be updated to accept either or both - as the iden is easier for users to see/check on the Pushbullet web site ?

alexwhitman commented 10 years ago

Version 0.4.0 has been released with support for device IDENs. Device IDs can still be used if the passed parameter is a number.

bigmonkeyboy commented 10 years ago

Excellent - Thanks for the quick update