Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CrudRestApiBuilder to @loopback/rest-crud #3737

Closed
4 tasks
bajtos opened this issue Sep 13, 2019 · 0 comments · Fixed by #4589
Closed
4 tasks

Add CrudRestApiBuilder to @loopback/rest-crud #3737

bajtos opened this issue Sep 13, 2019 · 0 comments · Fixed by #4589
Assignees
Labels
feature parity feature REST Issues related to @loopback/rest package and REST transport in general
Milestone

Comments

@bajtos
Copy link
Member

bajtos commented Sep 13, 2019

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.

Prerequisites:

Acceptance criteria

  • Implementation
  • API docs
  • Automated tests
  • Updated README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature parity feature REST Issues related to @loopback/rest package and REST transport in general
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants