Last data update: 2014.03.03

R: Get/set a gitlab connection for all calls
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, ...)

unset_gitlab_connection()

Arguments

gitlab_con

A function used for gitlab API calls, such as gitlab or as returned by gitlab_connection.

...

if gitlab_con is NULL, a new connection is created used the parameters is ... using gitlab_connection

Results