Skip to content

samsamson33/JSONBlob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published