gl_group_req {gitlabr} | R Documentation |
Create a group specific request
Description
Prefixes the request location with "groups/:id/subgroups" and automatically translates group names into ids
Usage
gl_group_req(group, ...)
Arguments
group |
The ID, name or URL-encoded path of the group |
... |
passed on to |
Value
A vector of character to be used as request for functions involving groups
Examples
## Not run:
gl_group_req("test_group" = "<<your-group-id>>")
## End(Not run)
[Package gitlabr version 2.1.0 Index]