diff --git a/TODO.md b/TODO.md index 8d598e7..729f404 100644 --- a/TODO.md +++ b/TODO.md @@ -7,6 +7,10 @@ - Int to string swaps - *[]string to *string swaps +## EIA Package + +- Figure out how the fuck to support multiple facets in this piece of shit fucking API spec. Seriously, amateur bullshit. + ## EIA Client Tool - Add reflection and autocomplete funcs diff --git a/cmd/eia-client/internal/util/util_api.go b/cmd/eia-client/internal/util/util_api.go index cb73e56..97b42fa 100644 --- a/cmd/eia-client/internal/util/util_api.go +++ b/cmd/eia-client/internal/util/util_api.go @@ -13,7 +13,7 @@ import ( ) var ( - DefRequestTimeout = 5 * time.Second + DefRequestTimeout = 15 * time.Second DefAPILogLevel = zerolog.DebugLevel )