1.0.4 • Published 3 years ago

session-storage-api-connect v1.0.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago