aspnetcore/test/WebSites/ApiExplorerWebSite
Pranav K 776c2604f8 Introduce opinionated API defaults.
* Introduce ProblemDescriptionAttribute to enhance some 4xx messages and produce better API description.
* Introduce IErrorDescriptionProvider to modify the shape of error response.

Fixes #6785, Fixes #6786
2017-09-14 17:07:34 -07:00
..
Controllers Introduce opinionated API defaults. 2017-09-14 17:07:34 -07:00
Models
ActionDescriptorChangeProvider.cs
ApiExplorerDataFilter.cs
ApiExplorerInboundOutboundConvention.cs
ApiExplorerVisibilityDisabledConvention.cs
ApiExplorerVisibilityEnabledConvention.cs
ApiExplorerWebSite.csproj Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
PassThruAttribute.cs
Startup.cs
readme.md

readme.md

ApiExplorerWebSite

This web site illustrates various ways to enable and disable api explorer discovery for actions. This also demonstrates how to consume api explorer data.