1.0.1 • Published 5 years ago

jsonblob v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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])
1.0.1

5 years ago

1.0.0

5 years ago