Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method ReleaseClient.prototype.downloadAllAssetsByReleaseName
import { ReleaseClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/mod.ts";

Downloads all assets for a release with the given tagName to the given dirPath.

Parameters

name: string

The name of the release tag.

dirPath: string

The directory path to download the assets to.

optional
overwrite: boolean

True to overwrite the file if it exists, otherwise false.

Returns

Promise<void>