springwolf-core
springwolf-core copied to clipboard
Add support for YAML format
Feature request to add yaml format to the /springwolf/docs endpoint. This can be useful for certain tools that work from YAML files to render AsyncAPI documentation.
See https://stackoverflow.com/questions/58414715/generate-yaml-format-response-in-springboot for possible solution for integration.
You'd just have to have a second @GetMapping that produces the normal json.
Json could be easily translated to yaml with external tools. Maybe this can be added as a feature for the UI in the future as an export button.