@got-api/gitlab

0.1.3 • Public • Published

api-gitlab

const Gitlab = require('api-gitlab')

const gitlab = new Gitlab()

gitlab
  .query()
  .project('lab/egg-sample')
  .variables()
  .list(0, 1000)
  .then(ret => {
    console.log(ret)
    process.exit(0)
  })

Readme

Keywords

none

Package Sidebar

Install

npm i @got-api/gitlab

Weekly Downloads

6

Version

0.1.3

License

MIT

Unpacked Size

3.97 kB

Total Files

5

Last publish

Collaborators

  • sqlwwx