Learn R Programming

gitlabr (version 0.5.1)

get_project_id: Get a project id by name

Description

Get a project id by name

Usage

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