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

Function getGitLabClient

cypress/plugins/gitlab.js:27–33  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

25};
26
27function getGitLabClient(token) {
28 const client = new Gitlab({
29 token,
30 });
31
32 return client;
33}
34
35function getEnvs() {
36 const {

Callers 4

prepareTestGitLabRepoFunction · 0.85
getAuthenticatedUserFunction · 0.85
deleteRepositoriesFunction · 0.85
resetOriginRepoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected