alfred-crud-client
v2.1.1
Published
[![Linting](https://img.shields.io/badge/lint-eslint-4B32C3?style=flat-square&logo=eslint)](https://eslint.org/) ![GitHub Actions](https://img.shields.io/github/workflow/status/lmeysel/crud-client/Node.js%20CI?style=flat-square&logo=github) [![Coveralls
Downloads
236
Readme
CRUD client
CAUTION As of now, this library is more like an experiment and WIP.
CRUD client is a library which aims to make it easy and lightweight to access REST APIs for CRUD operations.
As of now it just tries to make it easy to work on list of entites. E.g. assuming a school-database containing a table for pupils, it allows listing all pupils, select and edit it on the client, sending the update back to the server or deleting it.
It is mainly thought to be used iin ViewModels like vue.
Credits
- based on https://github.com/alexjoverm/typescript-library-starter