示例#1
0
 public byte[] GetZipball(string authorName, string repositoryName, string id)
 {
     return(_githubApiRequestManager.GetBytes(GetZipballUrl(authorName, repositoryName, id)));
 }