Do you document your Web API?

Last updated by Brady Stroud [SSW] about 2 months ago.See history

Documenting your WebAPI is important but you don't want to spend a massive amount of time trying to keep documentation up to date. The solution is to use Swaggerand Swashbuckle.

Implementing Swagger will give you an automatic UI to explore and test your Web API methods. document api swagger

Swagger gives you a nice UI automatically generated on top of your WebAPI methods

Eric Phan
We open source. Powered by GitHub