PreviousNext

Swashbuckle (Swagger) Customization for WebAPI

by bill-s, 2017-07-29T07:13:50.000Z

Who has ever tested their WebAPI knows such tools as Postman or Advanced REST (extensions for Chrome). These tools are convenient in every way, except that they are not able to recognize which models the API accepts, which ones it returns and do not provide information about all possible endpoints. The Swashbuckle package solves this disadvantage.

Read More