C# Class Swagger.Net.SwaggerController

Inheritance: ApiController
Show file Open project: giacomelli/DG-Swagger.Net

Public Methods

Method Description
Get ( ) : HttpResponseMessage

Get the resource description of the api for swagger documentation

It is very convenient to have this information available for generating clients. This is the entry point for the swagger UI

Method Details

Get() public method

Get the resource description of the api for swagger documentation
It is very convenient to have this information available for generating clients. This is the entry point for the swagger UI
public Get ( ) : HttpResponseMessage
return System.Net.Http.HttpResponseMessage