Ciaran Downey

Results 12 comments of Ciaran Downey

Your changes look good to me @poloBBQ ! The only thing I would ask is if you could write some tests to valid the correct functionality. Feel free to open...

1) Swagger should handle that data structure just fine 2) User specified mappings should definitely override the default without errors, I'll look into this

We don't include the swagger-ui by default because that's a totally separate project. We could probably pull it in as a subtree (I think that's the right terminology/way), I'll have...

I agree with Josh about the XML, totally fine having it part of Nancy.Swagger and helping maintain it but very low chance I'll write it. Auto-discovery of request/response models has...

We definitely should, might consider renaming to Nancy.OpenAPI as well (or starting a new repo off of this one)

There are some samples under the 1.4.3-stable branch, available here: https://github.com/yahehe/Nancy.Swagger/tree/1.4.3-stable/samples

I'm not sure I understand. Is the problem that you're passing an object with real data in to the swagger? Because if you don't want it to have real data...

Is your `swagger-ui` up to date? It looks like they [merged this feature](https://github.com/swagger-api/swagger-ui/pull/3238) in last year to handle that.

You owe someone else your thanks, I'm just helping maintain someone else's code. My old team (@jnallard) still uses Nancy to my knowledge, they probably understand the current ecosystem better.