stubbed the observable clients

This commit is contained in:
Brendan Forster
2014-07-08 11:17:55 +09:30
parent 5a24bbb9f8
commit d9cb1a9a57
7 changed files with 119 additions and 0 deletions
@@ -43,5 +43,13 @@ namespace Octokit.Reactive
/// See the <a href="http://developer.github.com/v3/users/emails/">Emails API documentation</a> for more information.
///</remarks>
IObservableUserEmailsClient Email { get; }
/// <summary>
/// A client for GitHub's User Keys API
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/users/keys/">Keys API documentation</a> for more information.
///</remarks>
IObservableUserKeysClient Keys { get; }
}
}