You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
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.The text was updated successfully, but these errors were encountered: