octokit / octokit.net

A GitHub API client library for .NET

Home Page:https://octokitnet.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT]: Implementation for gitHubClient.Branches

kurazsiosif opened this issue · comments

Describe the need

Github REST API supports following endpoint:
https://docs.github.com/en/rest/branches/branches?apiVersion=2022-11-28
I have checked the code for octokit.net and i saw this is not supported.

For methods should be implemented:
ListBranches,
GetBranch,
RenameBranch,
MergeUpstream,
MergeBranch,

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

OK i found that the gitHubClient.Repository.Branch provides these functionalities