untitled notebook

node v10.24.1
version: 1.0.0
endpointsharetweet
const PasteGG = require("paste.gg"); const pasteGG = new PasteGG() var result = await pasteGG.post({ name: "Paste name", // Optional description: "Paste description", // Optional files: [{ name: "file.txt", // Optional content: { format: "text", value: "This is where the file content wil lgo" } }] }) console.log(result);
Loading…

no comments

    sign in to comment