AlexSKuznetsov / control-app

The POC showcases a containerized application using Docker, combining frontend, backend, and process orchestration Camunda BPM 7.
MIT License
1 stars 0 forks source link

Using OpenAPI #36

Open MrDockal opened 1 year ago

MrDockal commented 1 year ago

Hello, have you considered using OpenAPI schema together with the OpenApi generator? I think that would greatly reduce the amount of code you have written. https://docs.camunda.org/manual/7.19/reference/rest/openapi/

AlexSKuznetsov commented 1 year ago

Hi @MrDockal , it will be great to reduce boilerplate code. Do you have an example or some how to?