getto-gitlab_api

gitlab_api : getto-psycher vendor plugin

Usage no npm install needed!

<script type="module">
  import gettoGitlabApi from 'https://cdn.skypack.dev/getto-gitlab_api';
</script>

README

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