TUDublin / code-and-docs-rachelrring

code-and-docs-rachelrring created by GitHub Classroom
0 stars 0 forks source link

Request data from CSO #18

Closed rachelrring closed 7 months ago

rachelrring commented 7 months ago

The go server should request data from data.CSO api listed in documentation

rachelrring commented 7 months ago

in #35 , The go gin server requests the data from the CSO and the angular client-side budget-app requests it from localhost:8070

rachelrring commented 7 months ago

with this commit I have decided to no longer request the data from CSO and alternatively I am going to download the .csv files and parse them from there instead.

There is a complete lack of documentation taht is prohibiting me form successfully unmarshalling the data.