Replaces #1042
This commit is contained in:
Mordechai Zuber
2016-01-03 12:00:36 +02:00
parent 101692fb7c
commit b1917364cc
7 changed files with 60 additions and 18 deletions
@@ -313,8 +313,17 @@ namespace Octokit.Reactive
/// <remarks>
/// See the <a href="http://developer.github.com/v3/repos/commits/">Commits API documentation</a> for more details
///</remarks>
[System.Obsolete("Commit information is now available under the Commit property. This will be removed in a future update.")]
IObservableRepositoryCommitsClient Commits { get; }
/// <summary>
/// Client for GitHub's Repository Commits API
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/repos/commits/">Commits API documentation</a> for more details
///</remarks>
IObservableRepositoryCommitsClient Commit { get; }
/// <summary>
/// Client for managing pull requests.
/// </summary>