how does one combine multiple swagger documents? The documents generated from multiple endpoints need to be made available in a HTML UI.
Asked
Active
Viewed 4,259 times
1
-
1Do you mean [something like this](https://stackoverflow.com/a/45161533/113116)? – Helen May 26 '18 at 18:21
-
yes, but want to present it in a different way. will check this out. Thank you – user3760894 May 27 '18 at 04:51
-
1Do you want to merge documents or to render all in one UI? – Alexey.Petriashev May 29 '18 at 05:41
-
1Or do you want to reference one OAS file in another? – tbarn May 30 '18 at 15:45
1 Answers
0
You could use the following tool I wrote: https://www.npmjs.com/package/openapi-merge-cli

Robert Massaioli
- 13,379
- 7
- 57
- 73