Skip to main content
Module

x/kd_clients/mod.ts>LabelClient#getAllLabels

Various types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
method LabelClient.prototype.getAllLabels
import { LabelClient } from "https://deno.land/x/kd_clients@v0.0.5/mod.ts";

Gets a list of all the labels for a repository with a name that matches the repoName.

Parameters

repoName: string

The name of the repository that contains the labels.

Returns

Promise<LabelModel[]>

The list of repository labels.