api-gitlab

0.0.9 • 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)
})

/api-gitlab/

    Package Sidebar

    Install

    npm i api-gitlab

    Weekly Downloads

    2

    Version

    0.0.9

    License

    MIT

    Unpacked Size

    15.5 kB

    Total Files

    11

    Last publish

    Collaborators

    • sqlwwx