Skip to main content
Module

x/capi/deps/cliffy.ts>GithubProvider

[WIP] A framework for crafting interactions with Substrate chains
Latest
class GithubProvider
extends Provider
import { GithubProvider } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/cliffy.ts";

Constructors

new
GithubProvider(unnamed 0: GithubProviderOptions)

Properties

private
readonly
apiUrl: string
private
readonly
optional
githubToken: string
private
readonly
optional
listBranches: boolean
private
readonly
registryUrl: string
private
readonly
repositoryName: string
private
readonly
repositoryUrl: string
name: string

Methods

private
getApiUrl(endpoint: string): string
private
gitFetch<T>(endpoint: string): Promise<T>
getRegistryUrl(_name: string, version: string): string
getRepositoryUrl(_name: string): string
getVersions(_name: string): Promise<GithubVersions>
listVersions(name: string, currentVersion?: string): Promise<void>