adamyeager / PushbulletSharp

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

Modified date required #8

Closed damianon closed 9 years ago

damianon commented 9 years ago

Why is the modified_date a required parameter? Pushbullet API specifies it as optional. Which posts are returned when the parameter is not specified? The most recent ones? Because that would be more useful than specifying a modified_date

damianon commented 9 years ago

Also I just noticed the cursor parameter is not available from the GetPushes() method as return and neither as parameter

adamyeager commented 9 years ago

Good catch, I will look into these issues later when I get home from work.

adamyeager commented 9 years ago

These issues should be fixed now with the latest 2.1.0 release. Please let me know if there are still problems.