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

x/kd_clients/mod.ts>ReleaseClient#getReleaseByName

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

Gets a release with a name that matches the given release name.

Parameters

name: string

The tag or title of the release to get.

Returns

Promise<ReleaseModel>

The release for a repository.