SDammann.WebApi.Versioning
SDammann.WebApi.Versioning copied to clipboard
Incorrect URLs in documentation for VersionedHttpControllerSelectors other than the RouteHttpControllerSelector
URLs are assumed to be versioned in the route.
I think I have the same issue. Here is my route routeTemplate: "api/{controller}/{action}/{id}", and here is what I see on the help page: GET api/Folders/{action}/GetFolder?id={id}. Seems like there is an assumption being made that the route will be default.
As per vnext branch the VersionedApiExplorer needs reimplementing. This issue will need to be taken into account.