An open API service indexing awesome lists of open source software.

https://github.com/sqlwwx/api-gitlab


https://github.com/sqlwwx/api-gitlab

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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)
})
```