-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added GetBranches method #270
Conversation
@@ -143,5 +143,7 @@ public interface IRepositoriesClient | |||
/// See the <a href="http://developer.github.com/v3/repos/collaborators/">Collaborators API documentation</a> for more details | |||
/// </remarks> | |||
IRepoCollaboratorsClient RepoCollaborators { get; } | |||
|
|||
Task<IReadOnlyList<Branch>> GetAllBranches(string owner, string name); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add some XML documentation to this? Feel free to base it on the other methods in this code file...
Looks good - just a few little things to tidy up. I've opened up #277 to cover the integration test - we should have all the necessary bits to do this lying around. |
You'll need to run |
I've updated the documentation stuff you requested. I ran build.cmd and didn't see any errors, not sure how else to verify the FixProjects thing. |
@goalie7960 so we can pass arguments to So running Oh, and you'll need to merge master into the branch to resolve some merge conflicts with the |
Conflicts: Octokit/Helpers/ApiUrls.cs
Merged and projects have been fixed. |
No description provided.