Update ObservableGitHubClient and ObservableRepositoriesClient to match

This commit is contained in:
Robert Pethick
2016-01-04 17:37:09 +00:00
parent 7e5417effb
commit 29f31e34bc
4 changed files with 18 additions and 1 deletions
@@ -324,6 +324,14 @@ namespace Octokit.Reactive
///</remarks>
IObservableRepositoryCommitsClient Commit { get; }
/// <summary>
/// Access GitHub's Releases API.
/// </summary>
/// <remarks>
/// Refer to the API docmentation for more information: https://developer.github.com/v3/repos/releases/
/// </remarks>
IObservableReleasesClient Release { get; }
/// <summary>
/// Client for managing pull requests.
/// </summary>