Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kd_clients/mod.ts>LabelClient#getAllLabels

Various HTTP clients for miscellaneous use.
Latest
method LabelClient.prototype.getAllLabels
import { LabelClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/mod.ts";

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

Returns

Promise<LabelModel[]>

The list of repository labels.