Open
Description
Hello everyone
I had added a plugin to generate Rest API with swagger but the problem is that I have more than 9 Tags and in each tags there are at least 6 rest operations so if I generate all these rest APIs in one file that is the interface ApiApiController and then overridden them in a Controller that implements this interface IT WELL BE VERY CHARGED, any solutions that enable me to generate a separate ApiApiDelegate for each tags?
Thanx