get_repo_labels: Get all labels for a repository

Description Usage Arguments Value See Also Examples

View source: R/get.R

Description

Get all labels for a repository

Usage

1

Arguments

ref

Repository reference (list) created by create_repo_ref()

Value

Content of GET request as list

See Also

Other labels: parse_repo_labels

Examples

1
2
3
4
5
## Not run: 
labels_res <- get_repo_labels(my_repo)
labels <- parse_repo_labels(labels_res)

## End(Not run)

projmgr documentation built on Aug. 5, 2019, 5:15 p.m.