mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cf47ace493
GitClient now uses GithubClient for github API interactions. GithubClient is a class which extends Octokit and provides a member which allows for GraphQL requests against the Github GraphQL api, as well as providing convenience methods for common/repeated Github API requests. PR Close #37778