Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The most comprehensive GitLab API, almost covers all GitLab API endpoints. Also, we provide an isomorphic API which can be used in both browser and Node.js environments

Notifications You must be signed in to change notification settings

elquimista/gitlab-api-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

gitlab-api-wrapper

npm-version npm-downloads


The most comprehensive GitLab API, almost covers all GitLab API endpoints. Also, we provide an isomorphic API which can be used in both browser and Node.js environments.

Install

yarn add gitlab-api-wrapper

Usage

const GitlabApis = require('gitlab-api-wrapper');
const client = GitlabApis({
 // the GitLab url
 base_url: 'http://gitlab.alibaba-inc.com',
 private_token: '',
 timeout: 3000,
});
// return a promise object
const ret = client.projects.list({search: 'xx'});

About

The most comprehensive GitLab API, almost covers all GitLab API endpoints. Also, we provide an isomorphic API which can be used in both browser and Node.js environments

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /