示例#1
0
 private GitHubService(GitHubOAuthClient client) {
     Client = client;
     Organizations = new GitHubOrganizationsEndpoint(this);
     Repositories = new GitHubRepositoriesEndpoint(this);
     User = new GitHubUserEndpoint(this);
     Users = new GitHubUsersEndpoint(this);
 }
示例#2
0
 private GitHubService(GitHubOAuthClient client)
 {
     Client        = client;
     Organizations = new GitHubOrganizationsEndpoint(this);
     Repositories  = new GitHubRepositoriesEndpoint(this);
     User          = new GitHubUserEndpoint(this);
     Users         = new GitHubUsersEndpoint(this);
 }