mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
Adding observable commit status client
This commit is contained in:
@@ -88,5 +88,7 @@ namespace Octokit.Reactive
|
||||
/// <param name="name">The name of the repository.</param>
|
||||
/// <returns></returns>
|
||||
IObservable<string> GetReadmeHtml(string owner, string name);
|
||||
|
||||
IObservableCommitStatusClient CommitStatus { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user