Skip to content

Instantly share code, notes, and snippets.

@dbenchi
Last active July 13, 2017 09:36
Show Gist options
  • Save dbenchi/91e834d698327c76239e08608f45c9f1 to your computer and use it in GitHub Desktop.
Save dbenchi/91e834d698327c76239e08608f45c9f1 to your computer and use it in GitHub Desktop.
axios.request({
method: 'post',
url: `${GITLAB_URL}/api/v4/projects/${encodeURIComponent(GITLAB_PROJECT)}/issues`,
// the GitLab issue that we have just created
data: GITLAB_ISSUE
headers: {
'PRIVATE-TOKEN': GITLAB_TOKEN
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment