Update clients

This commit is contained in:
Henrik Andersson
2015-03-24 00:11:52 +10:00
parent b0ab485ed1
commit 78e76be7d9
34 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace Octokit
/// <returns>
/// A collection of <see cref="RepositoryContent"/> representing the content at the specified path
/// </returns>
Task<IReadOnlyList<RepositoryContent>> GetContents(string owner, string name, string path);
Task<IReadOnlyList<RepositoryContent>> GetAllContents(string owner, string name, string path);
/// <summary>
/// Gets the preferred README for the specified repository.