
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
simple-gitlab-api
Advanced tools
A simple GitLab API library for Node.js using simple request-promise calls
A simple GitLab API library for Node.js using simple request-promise calls
# Install from npm
npm install simple-gitlab-api
var gitlab = require('simple-gitlab-api');
gitlab.get('/groups').then(function(groups) {
for (var i = 0; i < groups.length; i++)
console.log(groups[i].name);
});
GITLAB_URL
- the url to the GitLab server, e.g. https://gitlab.mycompany.com
GITLAB_API_PREFIX
- the API endpoint prefix including the API version, e.g. /api/v4
GITLAB_API_TOKEN
- the access token to the API passed into the header, e.g. (as used in curl
):curl --request GET --header 'PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK' 'https://gitlab.example.com/api/v4/projects/13083/repository/files/app%2Fmodels%2Fkey%2Erb/raw?ref=master'
FAQs
A simple GitLab API library for Node.js using simple request-promise calls
The npm package simple-gitlab-api receives a total of 7 weekly downloads. As such, simple-gitlab-api popularity was classified as not popular.
We found that simple-gitlab-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.