MCPcopy Create free account
hub / github.com/decaporg/decap-cms /

Class

packages/decap-cms-backend-git-gateway/src/GitHubAPI.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13};
14
15export default class API extends GithubAPI {
16 tokenPromise: () => Promise<string>;
17 commitAuthor: { name: string };
18 isLargeMedia: (filename: string) => Promise<boolean>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected