Closed 14Richa closed 4 months ago
datasets.py module will handle fetching data from the Elexon API for specific routes. The initial implementation will focus on key routes, such as /datasets/ABUC and /datasets/AGPT, to establish the pattern for future route implementations.
datasets.py
/datasets/ABUC
/datasets/AGPT
Description
datasets.py
module will handle fetching data from the Elexon API for specific routes. The initial implementation will focus on key routes, such as/datasets/ABUC
and/datasets/AGPT
, to establish the pattern for future route implementations.