| 34 | } |
| 35 | |
| 36 | export class GitHubAPI { |
| 37 | private static readonly REPO_OWNER = 'chokcoco'; |
| 38 | private static readonly REPO_NAME = 'iCSS'; |
| 39 | private static readonly BASE_URL = 'https://api.github.com'; |
nothing calls this directly
no outgoing calls
no test coverage detected