Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Should we split individual APIs into their own packages #17

Open
iorubs opened this issue Jun 4, 2020 · 0 comments
Open

Should we split individual APIs into their own packages #17

iorubs opened this issue Jun 4, 2020 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@iorubs
Copy link
Member

iorubs commented Jun 4, 2020

The nexus folder keeps growing and it might be a good idea to split it into separate packages (Note: using internal packages could also be a good idea).

This would require quire a few changes tho:

  1. We will need an extra package with an APICaller interface implemented by the existing Client struct to avoid "import cycles".
  2. The existing test files would all have to be put in the same place or the test suits would have to be redesigned/duplicated across all internal sub-packages.
  3. The way models are imported would change, we might even have to move them to a separate package if we decide to use internal packages.
@iorubs iorubs added enhancement New feature or request question Further information is requested labels Jun 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant