Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/core/Utils.ts>Utils.buildLabelsUrl

Various HTTP clients for miscellaneous use.
Latest
method Utils.buildLabelsUrl
import { Utils } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Utils.ts";

Builds a URL to the labels page of a repository with a name that matches the given repoName and is owned by the given ownerName.

Parameters

ownerName: string

The owner of the repository.

repoName: string

The name of the repository.

Returns

string

The URL to the repository labels page.