Adding observable commit status client

This commit is contained in:
Haacked
2013-10-29 23:12:46 -07:00
parent eaa5ed4380
commit 3c428be5bc
6 changed files with 82 additions and 1 deletions
@@ -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; }
}
}