Define a single `APIConfig` type in the root module and reference it from individual SDKs.
Closed this issue · 2 comments
craicoverflow commented
Each submodule has the same API Config properties. It would make more sense to define a single type in the root module (in internal
) and reference that type in a new type in each SDK.
alexal commented
@craicoverflow I would like to work on this.
craicoverflow commented
Sure thing! I will assign you. We actually had this in the past, before moving to submodules, so it would be something similar again :)