Every Pup Plugin should extend this Class
refreshApiToken(_apiToken: string): Promise<unknown>
Pup will periodically send new api tokens
Make sure to override this and receive the new tokens
Every Pup Plugin should extend this Class
refreshApiToken(_apiToken: string): Promise<unknown>
Pup will periodically send new api tokens
Make sure to override this and receive the new tokens
Add Package
deno add jsr:@pup/plugin
Import symbol
import { PluginImplementation } from "@pup/plugin";
---- OR ----
Import directly with a jsr specifier
import { PluginImplementation } from "jsr:@pup/plugin";
Add Package
npx jsr add @pup/plugin
Import symbol
import { PluginImplementation } from "@pup/plugin";
Add Package
yarn dlx jsr add @pup/plugin
Import symbol
import { PluginImplementation } from "@pup/plugin";
Add Package
pnpm dlx jsr add @pup/plugin
Import symbol
import { PluginImplementation } from "@pup/plugin";
Add Package
bunx jsr add @pup/plugin
Import symbol
import { PluginImplementation } from "@pup/plugin";