berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Expose CRUD as REST api #146

Closed Mte90 closed 2 years ago

Mte90 commented 2 years ago

The idea is to expose endpoints that require some capabilities (as example) or custom callback for the CRUD stuff and automatically creates the various endpoints.

In this way it is more easy to offer a UI or atleast a way to interact with those data outside implementing everything from scratch.

spencerfinnell commented 2 years ago

Previously/related: https://github.com/berlindb/core/issues/26