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

x/pastedeno/src/mod.ts>Scraper#getRaw

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

Gets the raw paste.

Parameters

key: string

{string} The key of the paste to fetch.

Returns

Promise<string>

The raw paste.