diff --git a/xexe/processes.py b/xexe/processes.py index bf3dae9..fb6250f 100644 --- a/xexe/processes.py +++ b/xexe/processes.py @@ -56,3 +56,14 @@ def run_get_rates( output: pathlib.Path, ) -> None: logger.info("Getting rates") + + # Create process log object to track everything + # Get rates + ## Derive API calls to run from passed inputs + ## Get hold of proper API client depending on whether we are dry running or acting serious + ## Do our thing and get rates or die tryin' + # Output + ## Create proper output writer depending on parameters + ## Check writeability + ## Do our thing and output or die tryin' + # Call it a day