Beispiel #1
0
        public static GitHubBranch GetBranch(string name)
        {
            var client = new GithubApiClient();

            return(client.GetBranch(name));
        }