IObservableUserClient should have Emails underneath

This commit is contained in:
Brendan Forster
2014-02-18 21:50:06 +11:00
parent 082d12d226
commit 5ff3987d05
4 changed files with 29 additions and 0 deletions
@@ -35,5 +35,13 @@ namespace Octokit.Reactive
/// See the <a href="http://developer.github.com/v3/users/followers/">Followers API documentation</a> for more information.
///</remarks>
IObservableFollowersClient Followers { get; }
/// <summary>
/// A client for GitHub's User Emails API
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/users/emails/">Emails API documentation</a> for more information.
///</remarks>
IObservableUserEmailsClient Email { get; }
}
}