You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Is there any way that I can have many different APIs in a single project?
Say I have a set of controllers in one namespace ("api1"), and another set of controllers in a different namespace ("api2"). Each set of controllers will have different authentication, authorization, etc.
I want two separate swagger documents, one for each API, so I believe I also want separate ApplicationObjects.
Is this possible - am I heading down the wrong road? What are the alternatives?