Add IObservable + impl

This commit is contained in:
Mordechai Zuber
2016-01-20 12:45:18 +02:00
parent 4265b62573
commit 3003fb3e60
7 changed files with 113 additions and 4 deletions
@@ -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; }
}
}