adamyeager / PushbulletSharp

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

Changed PushFileRequest to get a file_stream instead of a file_path #4

Closed frankhommers closed 9 years ago

frankhommers commented 9 years ago

This way you can also send stuff from other types of streams and doesn't need to be an accessible file.