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

Class

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

Source from the content-addressed store, hash-verified

7type Config = GitLabConfig & { tokenPromise: () => Promise<string>; commitAuthor: CommitAuthor };
8
9export default class API extends GitlabAPI {
10 tokenPromise: () => Promise<string>;
11
12 constructor(config: Config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected