Draft: Support multiple APIs
Compare changes
Files
26+ 2
− 2
@@ -13,7 +13,7 @@ Build-Depends:
@@ -26,7 +26,7 @@ Depends:
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.