| 126 | * to authenticated instances. |
| 127 | */ |
| 128 | export class AuthenticatedGithubClient extends GithubClient { |
| 129 | /** The graphql instance with authentication set during construction. */ |
| 130 | private _graphql = this._octokit.graphql.defaults({ |
| 131 | headers: {authorization: `token ${this._token}`}, |
nothing calls this directly
no outgoing calls
no test coverage detected