Skip to content

Instantly share code, notes, and snippets.

@dbenchi
Last active July 13, 2017 09:36
Show Gist options
  • Save dbenchi/7776f2ae2dd5a3fc1904d9e473ac1384 to your computer and use it in GitHub Desktop.
Save dbenchi/7776f2ae2dd5a3fc1904d9e473ac1384 to your computer and use it in GitHub Desktop.
axios.request({
method: 'get',
// 10000 users, should be enough to get them all
url: `${GITLAB_URL}/api/v4/users?active=true&search=&per_page=10000`,
headers: {
'PRIVATE-TOKEN': GITLAB_TOKEN
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment