yahehe / Nancy.Swagger

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

Adds the ability to set root level swagger values. #153

Closed jnallard closed 6 years ago

jnallard commented 6 years ago

This allows multiple values to be set on the SwaggerRoot object.

@yahehe, this seemed like the most appropriate way to do this. I thought about giving the user the ability to just pass in a SwaggerRoot object, but I thought it was better to state which parameters will actually be set.

Fixes #147