gl_proj_req {gitlabr} | R Documentation |
Create a project specific request
Description
Prefixes the request location with "project/:id" and automatically translates project names into ids
Usage
gl_proj_req(project, req, ...)
Arguments
project |
id (preferred way) or name of the project. Not repository name. |
req |
character vector of request location |
... |
passed on to |
Value
A vector of character to be used as request for functions involving projects
Examples
## Not run:
gl_proj_req("test_project" = "<<your-project-id>>", req = "merge_requests")
## End(Not run)
[Package gitlabr version 2.1.0 Index]