Update TODO

This commit is contained in:
Ryan McGuire 2024-11-19 17:05:28 -05:00
parent 3655f7eae8
commit cba9c76a83
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -13,7 +13,7 @@ import (
)
var (
DefRequestTimeout = 5 * time.Second
DefRequestTimeout = 15 * time.Second
DefAPILogLevel = zerolog.DebugLevel
)