10.1.1 • Published 6 months ago

jspaste v10.1.1

Weekly downloads
32
License
MIT
Repository
github
Last release
6 months 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

6 months ago

10.1.1

6 months ago

10.0.4

1 year ago

10.0.0

1 year ago

10.0.1

1 year ago

10.0.2

1 year ago

10.0.3

1 year ago

9.0.9

2 years ago

9.0.8

2 years ago

9.0.7

2 years ago

9.0.6

2 years ago

9.0.5

2 years ago

9.0.4

2 years ago

9.0.3

2 years ago

9.0.2

2 years ago

9.0.1

2 years ago

9.0.0

2 years ago

8.0.1

2 years ago

8.0.0

2 years ago

7.0.0

3 years ago

6.0.0

3 years ago

5.0.5

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

2.0.5

3 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago