vaclavnovotny / NSwag.Examples

NSwag processor to programmatically define strongly-typed examples for response and request parameters.
MIT License
13 stars 11 forks source link

Support example generation on controller level & additional status codes #2

Closed baltika10 closed 4 years ago

baltika10 commented 4 years ago

Small improvements for issue #1 Now it's support example generation on controller level & additional status codes If ProducesResponseType attribute appears on Contoller and on Action, the Action will have a priority

vaclavnovotny commented 4 years ago

Seems alright, lets merge it.