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

CRUD endpoints generation #1

Open
2hamed opened this issue Sep 2, 2018 · 1 comment
Open

CRUD endpoints generation #1

2hamed opened this issue Sep 2, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@2hamed
Copy link

2hamed commented Sep 2, 2018

There is a feature which would be nice to have and it is the ability to create all the CRUD method for and entity with just one single annotated interface.

Image that I have a User entity and just like following I should be able create all the GET, POST,PUT,DELETE methods.

@CRUD(  
       url = "user",
       entitiy = User::class
       )  
interface UserCrud
@saeednt saeednt added the enhancement New feature or request label Sep 2, 2018
@saeednt
Copy link
Owner

saeednt commented Sep 2, 2018

I will add this functionality in the future release. Thanks for creating the issue.

@saeednt saeednt self-assigned this Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants