Get a project id by name
gl_get_project_id(project_name, ...)
project name
passed on to gitlab()
Integer. ID of the project if found.
Number of pages searched is limited to
(per_page =) 20 * (max_page =) 10 by default.
If the project_name
is an old project lost
in a big repository (position > 200),
gl_get_project_id()
may not find the project id.
if (FALSE) {
gl_get_project_id("<<your-project-name>>")
}