Learn R Programming

projmgr (version 0.1.2)

get_repo_labels: Get all labels for a repository

Description

Get all labels for a repository

Usage

get_repo_labels(ref)

Value

Content of GET request as list

Arguments

ref

Repository reference (list) created by create_repo_ref()

See Also

Other labels: parse_repo_labels()

Examples

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

Run the code above in your browser using DataLab