yahehe / Nancy.Swagger

Nancy plugin for generated API documentation in Swagger format.
MIT License
133 stars 60 forks source link

Added ModelAttribute.ShowReadOnlyProps #151

Closed vincentparrett closed 6 years ago

vincentparrett commented 6 years ago

By default, only properties with public getters and setters are exposed, this option allows read only public properties to be shown in swagger.

vincentparrett commented 6 years ago

Addresses issue #149