C# Class Swagger.Net.SwaggerController

Inheritance: ApiController
Afficher le fichier Open project: giacomelli/DG-Swagger.Net

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Net.Http.HttpResponseMessage