adamyeager / PushbulletSharp

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

Added the limit parameter to the PushResponseFilter. #13

Closed DriesPeeters closed 8 years ago

DriesPeeters commented 8 years ago

Hi,

I just added the new limit parameter that can be used with the list-pushes API call. This makes it easy to limit the amount of results you get back. I also made a small test to demonstrate the functionality. I think it may come in handy and if you like you can add it to the project.

I'm actually new to github, so please let me know if I'm doing something wrong.

Kind regards, Dries

adamyeager commented 8 years ago

Thanks for contributing! This update is now live on NuGet.

DriesPeeters commented 8 years ago

Thanks for immediately making a new nuget package! :+1: