Open sashank opened 7 years ago
What about grouping different model into separate files and then generate models only (https://github.com/swagger-api/swagger-codegen#selective-generation)?
Any enhancement which supports this as of now?
We do have more then 100. It would be great to have something like the 'tags' keyword for the models.
This goes for C# as well.
It would be nice to group models by type like this. Example: Response -> TransactionResponse -> StatusResponse Request -> TransactionRequest -> StatusRequest
This is more of a question.
I have around 20 model definitions in swagger.yaml and when i generate code its quite messy with all the models being in same directory. Is there a way to categorize them ?
Say i have models definitions for
cats, chairs, dogs, tables, books, pens
. How do i generate code that categorises into sub packages like below