Initial hack at supporting Notifications API

This commit is contained in:
Paul Betts
2013-05-22 02:56:53 -04:00
committed by Haacked
parent f7596243b5
commit f4e50c071a
9 changed files with 70 additions and 1 deletions
+1
View File
@@ -13,5 +13,6 @@ namespace Octokit
IReleasesClient Release { get; }
ISshKeysClient SshKey { get; }
IUsersClient User { get; }
INotificationsClient Notification { get; }
}
}