spacecodewor / fmpcloud-go

Go API client for Financial Modeling Prep (fmpcloud.io)
MIT License
24 stars 14 forks source link

handle error in HTTPClient.Get #2

Closed mariusgrigoriu closed 3 years ago

mariusgrigoriu commented 3 years ago

I encountered a panic with response.StatusCode() probably because err is not checked before attempting to access the response. In this patch, we log and retry on error just as if it were a status code that isn't OK.