yahehe / Nancy.Swagger

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

Custom JavaScriptConverter #160

Closed matelich closed 6 years ago

matelich commented 6 years ago

I'm using a JavaScriptConverter to make custom JSON for some of my classes. Is there a way to tie this in to swagger, or do I need to make fake classes to represent the structure I'm returning?

Using Nancy v2.0.0-clinteastwood and Nancy.Swagger v2.2.51-alpha on .NET 4.6.1

yahehe commented 6 years ago

I think you'll need to create fake classes to represent the structure unfortunately, I don't think this is something the current code will support

matelich commented 6 years ago

Yeah, that was my conclusion.