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
I would like to see if it is possible to build a feature when a crow server can be generated from OpenAPI server generation feature. And also generate a yaml Open API description of the APIs of a crow webserver.
The text was updated successfully, but these errors were encountered:
Currently you can't generate a crow application from an openapi specification.
It is possible to write an API-Specification which fits to an existing Application.
I imagine creating a tool that does both of these things is relatively straightforward, at least generating a yaml file from Crow's routes. @Rz-Rz if you're interested in creating such a tool, please don't hesitate to ask for help!
I would love to understand how that works, and also so it can works both ways with the yaml file for the route, which might be relatively easy, and the server generation features aswell. I would love to implement them in this project. I am wondering if I should work on this repo : https://github.com/OpenAPITools/openapi-generator
I would like to see if it is possible to build a feature when a crow server can be generated from OpenAPI server generation feature. And also generate a yaml Open API description of the APIs of a crow webserver.
The text was updated successfully, but these errors were encountered: