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

x/kd_clients/mod.ts>NuGetClient#buildUrl

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

Builds the URL for the NuGet package info.

Parameters

packageName: string

The name of the NuGet package.

Returns

string

The URL for the NuGet package info.