Warehouse Manager
This project is deprecated. It was used during the development of the blau-io.
MVP. Since then, the project moved from Go to PureScript for various reasons. No
updates are planned, no support will be provided.
This is a simple wrapper for different cloud storage providers (i.e. Google Drive, Dropbox, Amazon S3, etc...).
Inspired by such acronyms as CRUD or BREAD, this API can best be described as BRRAAP (after the distinctive sound of a motorcycle): Browse, Read, Remove, Add, Authenticate, Publish.
The goal of this API is to abstract all interaction with cloud storage into a single interface. Ideally, an application shouldn't need to worry about where the user stores his/her data. Similar projects exists for Android or iOS as a client library.
So far, only Google Drive is supported, but support for other providers will follow.