mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
well that was a silly merge
This commit is contained in:
@@ -25,6 +25,8 @@ namespace Octokit
|
||||
CommitStatus = new CommitStatusClient(apiConnection);
|
||||
RepoCollaborators = new RepoCollaboratorsClient(apiConnection);
|
||||
Statistics = new StatisticsClient(apiConnection);
|
||||
Deployment = new DeploymentsClient(apiConnection);
|
||||
PullRequest = new PullRequestsClient(apiConnection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user