Page Contents
rest-crud package
REST API controller implementing default CRUD semantics.
Remarks
Allows LoopBack 4 applications to quickly expose models via REST API without having to implement custom controller or repository classes.
Classes
| Class | Description |
|---|---|
Functions
| Function | Description |
|---|---|
|
Create (define) a CRUD Controller class for the given model. |
Interfaces
| Interface | Description |
|---|---|
|
This interface describes prototype members of the controller class returned by | |
|
Constructor of the controller class returned by | |
|
Options to configure different aspects of a CRUD REST Controller. | |