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

Create EntityEndpoint class to automatically handle common CRUD methods for the defined Entity. #1

Closed
Pavel910 opened this issue Jan 10, 2018 · 0 comments
Assignees
Projects

Comments

@Pavel910
Copy link
Collaborator

Existing Endpoint class can be used to implement all kinds of API methods, but in business apps most of the endpoints are directly related to an underlying business entity (which holds data model and business logic).

EntityEndpoint should handle common CRUD methods to greatly reduce code duplication.

@Pavel910 Pavel910 created this issue from a note in API (To Do) Jan 10, 2018
@Pavel910 Pavel910 self-assigned this Jan 10, 2018
API automation moved this from To Do to Done Feb 4, 2018
Fsalker added a commit that referenced this issue Mar 4, 2020
Fsalker added a commit that referenced this issue Mar 9, 2020
…ave been wrapped inside /src/plugins. Package.json's name is updated according to {serviceName}. [WIP #1] The plugins used in src/plugins/index.ts are almost included in serverless.yml. [WIP #2] Yarn is run after the template is generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
API
  
Done
Development

No branches or pull requests

1 participant