Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 611 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 611 Bytes

SwaggerAPIDocumentation

SwaggerAPIDocumentation is an open source package for generating Swagger documentation files to describe a RESTful API. Given a controller that inherits from a base type, SwaggerAPIDocumentation will reflect over all the objects that inherit from that type, and generate the swagger documentation for all the endpoints in the API.