Skip to content
Snippets Groups Projects
Commit 033f2d7d authored by Štěpán Šonovský's avatar Štěpán Šonovský
Browse files

feat: gitbreaker api client

parent 6a388c04
No related branches found
No related tags found
1 merge request!2Master
import {Gitlab} from "@gitbeaker/rest";
import {host, token} from "@/utils";
const api = new Gitlab({host: host, token});
export default api;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment