Exemplo n.º 1
0
 public IEnumerable<GitHubTeam> GetTeams(GitHubRepository repo)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void AddTeamToRepository(GitHubRepository repo, GitHubTeam team)
 {
     PushAuthenticatedJson("PUT", Path.Combine(team.URL, "repos", Organisation, repo.Name), null);
 }
Exemplo n.º 3
0
 public void AddTeamToRepository(GitHubRepository repo, GitHubTeam team)
 {
     PushAuthenticatedJson("PUT", Path.Combine(team.URL, "repos", Organisation, repo.Name), null);
 }
Exemplo n.º 4
0
 public IEnumerable <GitHubTeam> GetTeams(GitHubRepository repo)
 {
     throw new NotImplementedException();
 }