1.0.4 • Published 4 years ago

getto-gitlab_api v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

node-getto-gitlab_api

gitlab_api : getto-psycher vendor plugin

status: production ready

const gitlab_api = require("getto-gitlab_api").init();

gitlab_api.trigger({
  project_id: "PROJECT-ID",
  token: "TOKEN",
  ref: "master",
  variables: {
    KEY: "VALUE",
  },
});
Table of Contents

Requirements

  • Node.js: 10.16.0

Usage

const gitlab_api = require("getto-gitlab_api").init();

gitlab_api.trigger({
  project_id: "PROJECT-ID",
  token: "TOKEN",
  ref: "master",
  variables: {
    KEY: "VALUE",
  },
});

Install

npm install --save getto-gitlab_api

License

node-getto-gitlab_api is licensed under the MIT license.

Copyright © since 2019 shun@getto.systems

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago