MCPcopy Create free account
hub / github.com/cyprieng/github-breakout / GithubContributionResponse

Interface GithubContributionResponse

src/svg.ts:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71// Interface for GitHub Contribution Response
72interface GithubContributionResponse {
73 days: (GitHubContributionDay | null)[][];
74 defaultColorPalette: ColorPalette;
75}
76
77/**
78 * Fetches the GitHub contributions calendar for a user using the GraphQL API.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected