Generate yaml swagger using Swashbuckle
11
I have had no problem getting a json file in my Web API project using Microsoft's tutorial.
Due to some requirement I would like to be able to retrieve a yaml file. But the problem is there is no hook I could find to make this possible.
Does anyone know any for this problem?