NpmPastesGet PasteGet PasteFetching a paste from our paste binCommonPropTypeDefaultkeystringnoneES6import { PasteClient } from '@cordxapp/pastes'; const paste = new PasteClient(); let res = await paste.get(key) return console.log(res)Commonjsconst { PasteClient } = require('@cordxapp/pastes'); const paste = new PasteClient(); let res = await paste.get(key) return console.log(res)Last updated on PreviousGetting StartedNextNew Paste