flask-swagger-ui icon indicating copy to clipboard operation
flask-swagger-ui copied to clipboard

Question: How to work with several APIs that are defined in separate but private repos?

Open scheung38 opened this issue 1 year ago • 0 comments

Is that possible?

Given that I have a shared common repo that defines all the clients common internally used functions like logging, error-handling.

Like to extend this shared common repo to prduce swagger docs from these APIs that are defined in another private repo.

Are there circular dependencies here, since in the API defining repos I do pip install git+http common-shared library

Then I would also do the same pip install git+http in this common shared repo in the same way into the requirements.txt? Any thoughts?

scheung38 avatar May 30 '23 12:05 scheung38