Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am new to the OpenAPI world and need some explanation.

I had an app that ran in docker. I needed to add OpenAPI interface to it. I used swagger's codegen. This created an app that uses Swaggerhub to document the API. I amended a controller and added my code as a subdirectory so that the swaggerhub interface called my code.

This all worked great.

What I don't understand is how do I use this thing I have created without swaggerhub? It has a slightly changed version of my app that won't run without all the swagger stuff. And if I want to give this to someone else they need to be able to access swaggerhub which in some cases they won't be able to. Or am I wrong?

Is it simply the case that I need 2 versions: my code in the swagger codegen form, and one without?

question from:https://stackoverflow.com/questions/66063013/how-do-i-run-an-openapi-app-without-swaggerhub

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.3k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...