1.0.4 • Published 4 years ago

session-storage-api-connect v1.0.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

Frontend API for session storage

Install the package
npm i session-storage-api-connect
Get data from SS:
getFromSessionStorage(API_LINK, id)
Post data to SS:
postToSessionStorage(API_LINK, body)
Put (upsert) data to SS:
putToSessionStorage(API_LINK, id, body)

dev

Create build of the package
npm run build
Link to npm

https://www.npmjs.com/package/session-storage-api-connect

Publish a new version
npm version patch
npm publish
1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago