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

x/kd_clients/mod.ts>ReleaseClient#getReleaseById

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

Gets a release with and id that matches the given releaseId.

Parameters

releaseId: number

The id of the release.

Returns

Promise<ReleaseModel>

The release.