gitlab-sdk-nodejs
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gitlab-sdk-nodejs

Weekly Downloads

3

Version

1.0.3

License

none

Unpacked Size

14.8 kB

Total Files

13

Last publish

Collaborators

  • xank