gl_group_req: Create a group specific request

View source: R/groups.R

gl_group_reqR 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 gl_get_group_id()

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)

gitlabr documentation built on June 22, 2024, 11:34 a.m.