10.1.1 • Published 2 years ago

jspaste v10.1.1

Weekly downloads
32
License
MIT
Repository
github
Last release
2 years ago

jspaste

The official library to interact with JSPaste API

npm.io npm.io npm.io npm.io

JS Standard

Features

🔸 Right out the oven; Aligned to work with the latest and greatest features of ES2022 spec. \ 🔸 Compatibility; Native support for Bun and Node.js (ESM & CJS). \ 🔸 Ease of use; Gives you what you need when you need it, period.

Get started

Start building something awesome straight from your IDE, or if you prefer having all the documentation on a separate booklet, have a look at our documentation.

import { JSP } from 'jspaste'

const jsp = new JSP()
const { req, res } = await jsp.access('foobar')

console.info('Retrieved from:', req.resource) // Retrieved from: foobar
console.info('Retrieved data:', res.payload) // Retrieved data: Hello world!
10.1.0

2 years ago

10.1.1

2 years ago

10.0.4

2 years ago

10.0.0

3 years ago

10.0.1

3 years ago

10.0.2

3 years ago

10.0.3

3 years ago

9.0.9

3 years ago

9.0.8

3 years ago

9.0.7

3 years ago

9.0.6

4 years ago

9.0.5

4 years ago

9.0.4

4 years ago

9.0.3

4 years ago

9.0.2

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

8.0.1

4 years ago

8.0.0

4 years ago

7.0.0

4 years ago

6.0.0

4 years ago

5.0.5

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

2.0.5

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago