Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple wrapper for the JSON Blob API.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages