Skip to content

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

derjones/gitlab-api-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%