mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Update ObservableGitHubClient and ObservableRepositoriesClient to match
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user