Replies: 1 comment
-
Depends on what backend library you use. But you have always the option to privide a UI separately. Just like you can use the hosted version at petstore3.swagger.io for any OAS spec you like. To make it integrate nicely you probably need to have some selector to select the api you want to inspect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am wondering if its possible to deploy the ui only once and request from the webpage the swagger.json or similar from multiple backends. So that I can avoid having each backend service its own ui.
Beta Was this translation helpful? Give feedback.
All reactions