Create build task for generating code from swagger
What happened: There is currently no build task implemented for generating code from Swagger specifications, leading to a manual and error-prone process for developers.
What you expected to happen: I expected a dedicated build task to be available for generating code from Swagger specifications. This task should automate the code generation process, enhancing efficiency and reducing the risk of errors associated with manual execution.
How to reproduce it (as minimally and precisely as possible):
- Attempt to locate a build task specifically designed for generating code from Swagger.
- Observe that no such task is available in the current build configuration.
Anything else we need to know?:
The creation of this build task is crucial for streamlining the code generation workflow and ensuring consistency across development environments. Consideration should be given to the compatibility of the build task with different Swagger versions and programming languages. Collaboration with the development team may be necessary to define specific requirements and functionalities for the build task. See docs/development/README.md for instructions how to generate the client code based on swagger API.