powered by
This sets the default value of gitlab_con in a call to gitlab
gitlab_con
gitlab
set_gitlab_connection(gitlab_con = NULL, ...)unset_gitlab_connection()
unset_gitlab_connection()
A function used for gitlab API calls, such as gitlab or as returned by gl_connection.
gl_connection
if gitlab_con is NULL, a new connection is created used the parameters is ... using gl_connection
# NOT RUN { set_gitlab_connection("http://gitlab.example.com", private_token = "123####89") # }
Run the code above in your browser using DataLab