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

x/feomasto/priv/deps.ts>command.GithubProvider

Sync posts from Mastodon into FeoBlog
Latest
class command.GithubProvider
extends Provider
import { command } from "https://deno.land/x/feomasto@v1.0.1/priv/deps.ts";
const { GithubProvider } = command;

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>