| 92 | |
| 93 | /** A Github client for interacting with the Github APIs. */ |
| 94 | export class GithubClient { |
| 95 | /** The octokit instance actually performing API requests. */ |
| 96 | protected _octokit: Octokit = new Octokit({ |
| 97 | // Move all default octokit logging into debug. We prefer handle all of the logging exposed |
nothing calls this directly
no outgoing calls
no test coverage detected