Get all labels for a repository

get_repo_labels(ref)

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

if (FALSE) { labels_res <- get_repo_labels(my_repo) labels <- parse_repo_labels(labels_res) }