set_gitlab_connection: Get/set a GitLab connection for all calls

View source: R/global_env.R

set_gitlab_connectionR Documentation

Get/set a GitLab connection for all calls

Description

This sets the default value of gitlab_con in a call to gitlab()

Usage

set_gitlab_connection(gitlab_con = NULL, ...)

get_gitlab_connection()

unset_gitlab_connection()

Arguments

gitlab_con

A function used for GitLab API calls, such as gitlab() or as returned by gl_connection().

...

if gitlab_con is NULL, a new connection is created used the parameters is ... using gl_connection()

Value

Used for side effects. Set or unset global connection settings.

Examples

## Not run: 
set_gitlab_connection("https://gitlab.com", private_token = Sys.getenv("GITLAB_COM_TOKEN"))

## End(Not run)

gitlabr documentation built on Sept. 13, 2022, 5:06 p.m.