| 3 | import { getGitHubApiHeaders } from "./github-auth"; |
| 4 | |
| 5 | interface GitHubRepoResponse { |
| 6 | stargazers_count: number; |
| 7 | } |
| 8 | |
| 9 | const GITHUB_REPO_URL = |
| 10 | "https://api.github.com/repos/ahmedkhaleel2004/gitdiagram"; |
nothing calls this directly
no outgoing calls
no test coverage detected