0.1.3 • Published 2 years ago

@got-api/gitlab v0.1.3

Weekly downloads
28
License
MIT
Repository
-
Last release
2 years ago

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)
  })
0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago