adamyeager / PushbulletSharp

This is a simple pushbullet wrapper written in C#.
MIT License
52 stars 61 forks source link

Support for Channels #10

Closed nemec closed 8 years ago

nemec commented 8 years ago

Pushbullet has added support for "channels", a way for people to subscribe to a category of pushes. It would be nice, at the very least, to be able to include a channel tag in a push so that others listening to the channel will see the updates.

https://docs.pushbullet.com/#create-push

adamyeager commented 8 years ago

Thanks for submitting an issue. I will take a look into this as soon as I can.

adamyeager commented 8 years ago

This update was completed by another github user with pull request #11. ChannelTag is now on all push requests. This will be released with 2.2.0.

nemec commented 8 years ago

Thanks!