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

x/kd_clients/mod.ts>NuGetClient#getPackageVersions

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

Gets all of the versions for a NuGet package that matches the given packageName.

Parameters

packageName: string

The name of the NuGet package.

Returns

Promise<string[]>

The versions of the given NuGet package.