Closed nsheff closed 4 years ago
is there a reason we use get_asset instead of seek_asset?
get_asset
seek_asset
the 'get' terminology is really confusing because it seems like it should be a synonym of pull, not of seek...
pull
seek
there's no reason at all..
this issue is similar to #84. We need to rename (or add if missing) RefGenConf methods so that they perform identical functions as the CLI commands, but output python objects
RefGenConf
is there a reason we use
get_asset
instead ofseek_asset
?the 'get' terminology is really confusing because it seems like it should be a synonym of
pull
, not ofseek
...