set.gitlab.connection: Sets up a connection to gitlab.com using GITLAB_PRIVATE_TOKEN

View source: R/gitlab.R

set.gitlab.connectionR Documentation

Sets up a connection to gitlab.com using GITLAB_PRIVATE_TOKEN

Description

Sets up a connection to gitlab.com using GITLAB_PRIVATE_TOKEN

Usage

set.gitlab.connection(...)

Arguments

...

Arguments passed on to gitlabr::gl_connection

gitlab_url

URL to the GitLab instance (e.g. https://gitlab.myserver.com)

private_token

private_token with which to identify. You can generate one in the web interface under GITLABINSTANCEURL/-/profile/personal_access_tokens.html when logged on.

api_version

Currently "4" for the latest GitLab API version. See Details section on API versions.

api_location

location of the GitLab API under the gitlab_url, usually and by default "/api/$api_version/"


royratcliffe/canny.tudor documentation built on Oct. 17, 2022, 4:17 a.m.