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

Extension: KeyValueRestController #2737

Closed
5 tasks
bajtos opened this issue Apr 12, 2019 · 2 comments
Closed
5 tasks

Extension: KeyValueRestController #2737

bajtos opened this issue Apr 12, 2019 · 2 comments
Labels
Extensions feature parity feature REST Issues related to @loopback/rest package and REST transport in general stale

Comments

@bajtos
Copy link
Member

bajtos commented Apr 12, 2019

Part of From model definition to REST API with no custom repository/controller classes #2036

A new extension (npm package living in loopback-next monorepo) providing KeyValue Controller class. See #740 for inspiration.

Acceptance criteria

  • A new extension (let's call it @loopback/rest-key-value) providing a base Controller class (let's call it KeyValueRestController) implementing typical KeyValue operations using KeyValueRepository injected via constructor argument.

  • Minimal documentation - a "Basic Use" section in extension package's README is enough.

  • Detailed documentation, as a follow-up for From model definition to REST API with no custom repository/controller classes #2036

  • Test coverage, including end-to-end tests (making HTTP requests to an app).

  • Open a new issue to add the new extension to lb4 CLI command (perhaps rename lb4 rest-crud and change it to ask the user what pattern they want to use?).

@stale
Copy link

stale bot commented Dec 25, 2020

This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.

@stale stale bot added the stale label Dec 25, 2020
@stale
Copy link

stale bot commented Jul 14, 2021

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

@stale stale bot closed this as completed Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Extensions feature parity feature REST Issues related to @loopback/rest package and REST transport in general stale
Projects
None yet
Development

No branches or pull requests

2 participants