We are creating a RESTful API project using ASP.NET web API.
We are looking for a simple way to create documentation automatically for every method call that we open in our API, including: HTTP verbs, URIs, expected parameters, and a sample payload.
Can anyone recommend some of the tools and approaches they used to achieve this for an ASP.NET Web API project?
Are there even tools that will do this? Or will it be a disciplined manual process?
asp.net-web-api documentation asp.net-mvc-apiexplorer
cda01 May 22, '12 at 2:40 2012-05-22 02:40
source share