get_repo_labels {projmgr} | R Documentation |
Get all labels for a repository
get_repo_labels(ref)
ref |
Repository reference (list) created by |
Content of GET request as list
Other labels:
parse_repo_labels()
## Not run:
labels_res <- get_repo_labels(my_repo)
labels <- parse_repo_labels(labels_res)
## End(Not run)