API

storage

The storage API consists of a series of javascript functions that allow read / write operations.
Developers can then choose where to save files, using whatever backend language and environment they prefer.

The library that calls these functions is placed in the index.html file of the project when we create the application.

By default, a library that calls http endpoints is linked. A version of api that responds to these addresses is present in this project, used by the node.js version.

In this repository you will find another example of function implementation, using a service worker and writing to the browser cache.
The APIs used are the following: