get_repo_labels | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.