MCPcopy
hub / github.com/ahmedkhaleel2004/gitdiagram / GitHubRepoResponse

Interface GitHubRepoResponse

src/server/github-stars.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { getGitHubApiHeaders } from "./github-auth";
4
5interface GitHubRepoResponse {
6 stargazers_count: number;
7}
8
9const GITHUB_REPO_URL =
10 "https://api.github.com/repos/ahmedkhaleel2004/gitdiagram";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected