1
Answer

Getting Methods list of web api using Swagger

I was able to load the all the methods on the swagger ui page. Now, i want to get all the methods and write their names and description to a xml file. How do i approach this?

Answers (1)