Crud Api Generator
Closed this issue · 1 comments
goeko commented
It will be a good choice to create REST api endpoints for generated crud.
Use http verbs like GET, POST, PUT and DELETE for crud operations.
Easily secure with an time limited JWT api key and/or http basic authentication.
jan-vandenberg commented
Yes, good idea! I'll gladly accept a pull request if you have one.