0
sedulen created
Has anyone tried using Swagger to split up their API specification into multiple files?
I have a case where I want to have 1 "private" file for the internal application, and then a 2nd "public" file that exposes only public/anonymous endpoints I have done this before with Swashbuckle annotations & classic .NET WebAPI, but never with ASPNZ or ABP.
thanks!
2 Answer(s)
-
0
-
0
thank you!