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

x/feomasto/priv/config.ts>Config

Sync posts from Mastodon into FeoBlog
Latest
interface Config
import { type Config } from "https://deno.land/x/feomasto@v1.0.1/priv/config.ts";

Properties

url: string
optional
token: string

An API token for accessing Mastodon as a particular user

client: Client
feoblog: FeoBlog