Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/GitHubClients/mod.ts>ReleaseClient#getAllAssetsByTag

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

Gets all assets for a release with the given releaseTagName.

Parameters

releaseTagName: string

The tag name of the release where the asset lives.

Returns

Promise<AssetModel[]>

All assets for a release with the given releaseTagName.