Commit Graph

4 Commits

Author SHA1 Message Date
Mordechai Zuber 44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
Haacked 1350701fbf Add Before property to NotificationsRequest 2015-09-27 17:10:41 -07:00
Dillon Buchanan fb259826a8 Fix potential WTF in NotifictionRequest
Since should not be defaulted to Now since its really really unlikely you just got a notifiction in during the send time and during the time GitHub received the message. If you don't change the Since you'll potentially always get 0 results. Instead, change the default behavior to MinValue so all Notifictions are returned - much like the default value of GetAllForCurrent without the NotificationsRequest argument.
2014-12-21 12:08:09 -05:00
Dillon Buchanan f45fc8e3ff Implementing the rest of the Notifications API 2014-10-14 10:40:26 -02:00