Include this Git repository as a submodule in any private IceWhale-* repository:
git submodule add https://github.com/IceWhaleTech/IceWhale-OpenAPI.git apiIf you already have a local api folder for OpenAPI, then remove it before adding the submodule:
git rm --cached api -rThis design ensures IceWhale-* repositories kept private, while still be able to share common APIs and models with others.