Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
scheung38 opened this issue May 30, 2023 · 0 comments

Comments

@scheung38
Copy link

scheung38 commented May 30, 2023

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 scheung38 changed the title Question: How to work with several APIs that are external to repo, but still private? Question: How to work with several APIs that are defined in separate but private repos? May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant