Skip to main content
Module

x/get_release_url/mod.ts>default

Deno package + CLI for fetching GitHub/BitBucket/Custom provider release + asset links with pattern matching
function default
import { default } from "https://deno.land/x/get_release_url@1.0.0/mod.ts";

Fetches one or many matching release URLs from the selected provider

Parameters

options: { provider: string; user: string; repo: string; part?: string; }

The provider to fetch from. Available options are 'github', 'bitbucket' and any others added via addProviderMethod