get_repo_labels: Get all labels for a repository

View source: R/get.R

get_repo_labelsR 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 create_repo_ref()

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)

emilyriederer/projmgr documentation built on Jan. 26, 2024, 3:09 a.m.