mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 18:13:21 +00:00
Add IObservable + impl
This commit is contained in:
@@ -347,5 +347,12 @@ namespace Octokit.Reactive
|
||||
/// See the <a href="https://developer.github.com/v3/repos/keys/">Repository Deploy Keys API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
IObservableRepositoryDeployKeysClient DeployKeys { get; }
|
||||
/// <summary>
|
||||
/// A client for GitHub's Repository Pages API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// See the <a href="https://developer.github.com/v3/repos/pages/">Repository Pages API documentation</a> for more information.
|
||||
/// </remarks>
|
||||
IObservableRepositoryPagesClient Page { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user