1.0.3 • Published 3 years ago

gitlab-sdk-nodejs v1.0.3

Weekly downloads
17
License
-
Repository
github
Last release
3 years ago

Gitlab SDK NodeJS

示例

const Gitlab = require('gitlab-sdk-nodejs')

const Client = new Gitlab({
  serverUrl: 'https://gitlab.com',
  productId: 'frontend%2Fhome',
  token: ''
})

async function main() {
  const response = await Client.fetchProject()
  console.log(response);
}

main()

https://docs.gitlab.com/ee/api/README.html