Skip to content

Commit

Permalink
fetchMethod: GitLab.Request // axios, fetch, node-fetch, etc...
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbitskyy committed Oct 26, 2023
1 parent d43c21e commit 21072a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gitlab.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Method = require("../src/GitLab/Method");
const gitLab = new GitLab.API(new GitLab.Options({
privateToken: process.env.GIT_TOKEN,
projectId: process.env.GIT_PID,
//fetchMethod: new GitLab.Request()
fetchMethod: GitLab.Request // axios, fetch, node-fetch, etc...
}));

// https://docs.gitlab.com/ee/api/releases/
Expand Down

0 comments on commit 21072a1

Please sign in to comment.