asp.net-mvc-apiexplorer Questions
3
I am trying to implement an Options method in a controller of my web service that will return a message containing the valid HTTP methods for the URI endpoint associated with the controller. My Opt...
Phillane asked 16/8, 2012 at 18:35
3
Solved
I'm trying to add API documentation at my backend system.
Default ApiExplorer and Help page worked absolutely great until the moment I introduced versions to my API Controllers.
In order to add ver...
Paraffinic asked 10/2, 2014 at 23:41
2
Solved
I am using Web API Help Page with Web API 2 (5.0) - both the latest Nuget packages. I would like the help documentation to show the comments of the properties on classes that are parameters or retu...
Lorenza asked 28/10, 2013 at 23:29
2
Solved
I'm busy creating a Web API (Inside a asp mvc4 application). I am using the library suggested on the asp.net site for generating documentation (http://www.asp.net/web-api/overview/creating-web-apis...
Brokaw asked 4/9, 2013 at 6:20
1
Solved
Is there a way to make ApiExplorer auto generate request samples?
I tried using:
config.SetActualResponseType(typeof(SomeType), "ControllerName", "Post");
in HelpPageConfig.cs, but 2 problems ...
Evangelina asked 15/9, 2013 at 9:41
2
When using ASP.NET Web API Help Page and the related MVC.ApiExplorer I have valid routes that are accessible via http yet aren't discovered by ApiExplorer. These routes are only found when a genera...
Spent asked 24/1, 2013 at 23:44
1
© 2022 - 2024 — McMap. All rights reserved.