remotestorage / modules

DEPRECATED
18 stars 10 forks source link

Simplify/standardize basic module operations #97

Open galfert opened 7 years ago

galfert commented 7 years ago

Rethink the way modules are actually used and defined (e.g. do we even need custom module code for a module that only stores JSON objects in subdirectories, or can that be done via a standard API that does lists/subdirs in addition to schemas/types).

How can we support the basic CRUD operations, so the module developer doesn't have to write any custom code for it?