Generation of Swagger yaml/json

Hello,

we are working on the REST API and we want to follow the Swagger specification for describing it.
We have found the rest-api-swagger.yaml as an example of description.
The question is: do you provide any way to generate the yaml/json file by annotating the source code? Are you planning to do it in the future?
Could you suggest an open source tool/method to generate the yaml/json file from the source code?

Thank you very much.

Regards

1 Like

Hi,
There is no need to have such functionality in the platform. There are external libraries that are easy to integrate. Take a look at the Springfox (SpringFox by springfox). It should cover your needs.