Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pastedeno/mod.ts>Scraper#getMeta

Universal Pastebin client for Deno/Node
Latest
method Scraper.prototype.getMeta
import { Scraper } from "https://deno.land/x/pastedeno@0.6.2/mod.ts";

Gets the paste meta.

Parameters

key: string

{string} The key of the paste to fetch.

Returns

Promise<ScrapePaste>

The paste meta.