Update observable clients

This commit is contained in:
Henrik Andersson
2015-03-24 00:12:41 +10:00
parent 78e76be7d9
commit 2427ab6922
34 changed files with 73 additions and 73 deletions

View File

@@ -36,7 +36,7 @@ namespace Octokit.Reactive
/// <returns>
/// A collection of <see cref="RepositoryContent"/> representing the content at the specified path
/// </returns>
IObservable<RepositoryContent> GetContents(string owner, string name, string path);
IObservable<RepositoryContent> GetAllContents(string owner, string name, string path);
/// <summary>
/// Creates a commit that creates a new file in a repository.