1.0.5 • Published 2 years ago

jsonbin-js-wrapper v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

jsonbin-js-wrapper

How to use

const jsonBin = require('jsonbin-js-wrapper')(<Your API Key>);

jsonBin.<available methods>.then(<handle success>).catch(<handle errors>);

methods

  • get(<BIN_ID>)
  • getSpecific(<BIN_ID>, <BIN_VERSION>)
  • getLatest(<BIN_ID>)
  • post(<data[obj]>, binName)
  • put(<BIN_ID>, <data[obj]>)
  • delete(<BIN_ID)>)
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago