My RESTful API service developed by ASMX. Is there any tool or library we can use to generate API document(API help pages). Something like this for ASP.NET Web API.
My RESTful API service developed by ASMX. Is there any tool or library we can use to generate API document(API help pages). Something like this for ASP.NET Web API.
According to your description, I suggest you could try to use this tool.
More details about how to get started, you could refer to this
article.
Best Regards,
Brando
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
1 Points
1 Post
Is there any tool or library we can use to generate API document.
Jan 04, 2018 02:24 AM|Amor-Amor|LINK
My RESTful API service developed by ASMX. Is there any tool or library we can use to generate API document(API help pages). Something like this for ASP.NET Web API.
https://docs.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/creating-api-help-pages
Star
9831 Points
3120 Posts
Re: Is there any tool or library we can use to generate API document.
Jan 05, 2018 03:00 AM|Brando ZWZ|LINK
Hi Amor-Amor,
According to your description, I suggest you could try to use this tool.
https://github.com/ewsoftware/shfb
This tool will help you generate the help page.
More details about how to get started, you could refer to this article.
Best Regards,
Brando