| 22 | import { RateLimitInfo } from '../RateLimitedApi'; |
| 23 | |
| 24 | export class GitHub extends BaseApiProvider { |
| 25 | protected override apiName = 'GitHub'; |
| 26 | public githubAPIUrl = 'https://api.github.com'; |
| 27 | public headers = { |
nothing calls this directly
no outgoing calls
no test coverage detected