mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Update MiscellaneousClient to ApiClient approach and add pagination support to GetAllLicenses. (#1716)
Co-authored-by: Brendan Forster <brendan@github.com>
This commit is contained in:
committed by
GitHub
parent
65bb8d57d7
commit
04c9a9a0de
@@ -102,7 +102,7 @@ namespace Octokit
|
||||
GitHubApps = new GitHubAppsClient(apiConnection);
|
||||
Issue = new IssuesClient(apiConnection);
|
||||
Migration = new MigrationClient(apiConnection);
|
||||
Miscellaneous = new MiscellaneousClient(connection);
|
||||
Miscellaneous = new MiscellaneousClient(apiConnection);
|
||||
Oauth = new OauthClient(connection);
|
||||
Organization = new OrganizationsClient(apiConnection);
|
||||
PullRequest = new PullRequestsClient(apiConnection);
|
||||
|
||||
Reference in New Issue
Block a user