mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
stubbed the observable clients
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user