Draft: Support multiple APIs
Compare changes
Files
51
.gitlab/ci/analysis.yml deleted
100644 → 0
+ 0
− 63
This MR implements Support new gwdatafind server APIs (#28) by refactoring gwdatafind.api
into a subpackage, and implementing a decorator for the gwdatafind.ui
methods that selects the xxx_path
function from the right API module dynamically.
Also adds a new -A/--api
option for the command-line interface.