Closed Necktschnagge closed 2 years ago
I've just made some additional requests which tidy up code a little bit.
Before fb80114 the application indeed crashed if there was no summary.json
already created before app start.
TODOs:
finnhub_rest_client
I just renamed the get requests of finnhub_rest_client
so that the are equal to the section headers of the API documentation https://finnhub.io/docs/api/company-profile2
The runtime check is weird. We should introduce a API retry limit given to finn client on construction. The server routine then can finish within a few minutes.
Minor, pedantic improvement requests will be moved into follow-up issues!
@r0ost3r Before you try again to get your finnhub.io requests to work:
git pull
src/secrets.h
(Note!: If you just don't set a secret the whole program should work. Only there will be no data insummary.json
)