jsonblob

1.0.1 • Public • Published

JSON Blob

This is a simple wrapper for the JSON Blob API.

The Docs are a WIP.

Docs

All methods with a blobID param will use the ID provided to the constructor or to setID(), unless blobID is specified.

All methods are asynchronous, with the exeption of setID.

updateBlob() overwrites the current data in the blob.

  • JSONBlobClient([initialID])
    • JSONBlobClient#setID(<blobID>)
    • JSONBlobClient#createBlob([data][, setID] = true)
    • JSONBlobClient#getBlob([blobID])
    • JSONBlobClient#updateBlob(<data>[, blobID])
    • JSONBlobClient#deleteBlob([blobID])

Readme

Keywords

Package Sidebar

Install

npm i jsonblob

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.85 kB

Total Files

4

Last publish

Collaborators

  • samsamson33