openclimatefix / Elexonpy

Python package wrapper around Elexon api
MIT License
12 stars 4 forks source link

Implement `datasets.py` module with basic functionality #7

Closed 14Richa closed 4 months ago

14Richa commented 4 months ago

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.