Hi. I have many different files for API definitions that sets many paths in my swagger project.
I want to load them in isolated plugins. I don't know how to do that correctly, actually I'm using a wrapper like this one:
I'd say that's probably close to an official way. The intent of this module is really one server, one API. But there's definitely nothing stopping you from wrapping it and registering multiple times.
Hi. I have many different files for API definitions that sets many paths in my swagger project. I want to load them in isolated plugins. I don't know how to do that correctly, actually I'm using a wrapper like this one:
Is there any "official" way for that? Thanks a lot!