You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up for the spike #2738, see #3617.
Implement a model-api builder for CRUD REST API pattern - add CrudRestApiBuilder to @loopback/rest-crud. Modify README, rework "Basic use" to show how to use the package together with ModelApiBooter to go from a model to REST API. Move the current content of "basic use" into a new section, e.g. "Advanced use".
See the PoC implementation in the spike for inspiration.
This is a follow-up for the spike #2738, see #3617.
Implement a model-api builder for CRUD REST API pattern - add
CrudRestApiBuilder
to@loopback/rest-crud
. ModifyREADME
, rework "Basic use" to show how to use the package together withModelApiBooter
to go from a model to REST API. Move the current content of "basic use" into a new section, e.g. "Advanced use".See the PoC implementation in the spike for inspiration.
Prerequisites:
defineCrudRestController
to create a named controller class ImprovedefineCrudRestController
to create a named controller class #3732defineCrudRepositoryClass
- a helper to create a named repository class AdddefineCrudRepositoryClass
- a helper to create a named repository class #3733Acceptance criteria
The text was updated successfully, but these errors were encountered: