Create a GitLab REST provider, including Self-Managed hosts.
Token and optional full API root (ending in /api/v4).
A provider; creation performs no network requests.
ReviewerError For invalid authentication or transport configuration.
const provider = createGitLabProvider({ token: process.env.GITLAB_TOKEN! }); Copy
const provider = createGitLabProvider({ token: process.env.GITLAB_TOKEN! });
Create a GitLab REST provider, including Self-Managed hosts.