0.1.3 • Published 7 months ago

@got-api/gitlab v0.1.3

Weekly downloads
28
License
MIT
Repository
-
Last release
7 months 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

10 months ago

0.1.3

7 months ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.16

2 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago