Learn R Programming

gitlabr (version 0.9)

gl_get_project_id: Get a project id by name

Description

Get a project id by name

Usage

gl_get_project_id(project_name, verb = httr::GET, auto_format = TRUE, ...)

Arguments

project_name

project name

verb

ignored; all calls with this function will have gitlab's default verb httr::GET

auto_format

ignored

...

passed on to gitlab