get_repo_labels {projmgr} | R Documentation |
Get all labels for a repository
Description
Get all labels for a repository
Usage
get_repo_labels(ref)
Arguments
ref |
Repository reference (list) created by |
Value
Content of GET request as list
See Also
Other labels:
parse_repo_labels()
Examples
## Not run:
labels_res <- get_repo_labels(my_repo)
labels <- parse_repo_labels(labels_res)
## End(Not run)
[Package projmgr version 0.1.1 Index]