bluzi / jsonstore

:rocket: jsonstore offers a free and secured JSON-based cloud datastore for small projects | Inactive

Home Page:https://www.jsonstore.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonstore.get is not a function

PixelNinja132 opened this issue · comments

After requiring jsonstore, then creating a new client, without error, when I use jsonstore, apparently, jsonstore.get is not a function along with all others except .delete which works.

const jsonstoreclient = require('async-jsonstore-io')
const jsonstore = new jsonstoreclient('d126e786636caeb6f461335a0c2f6a938c082e763c87482f5a4ac8f55abf35b0')

jsonstore.get('1')

This returns that jsonstore.get is not a function

Turns out that after a new update, get has been turned to fetch without and depreciation warnings. Sorry