15 lines
593 B
Markdown
15 lines
593 B
Markdown
# EIA API GO TODO
|
|
|
|
## EIA Package
|
|
|
|
- [ ] Make reflection match a STRING type instead of the underlying type
|
|
- [x] Move cmd/eia-client/internal/util/util_reflect to pkg/eia
|
|
- [x] Figure out how the fuck to support multiple facets in this piece of shit fucking API spec. Seriously, amateur bullshit.
|
|
|
|
## EIA Client Tool
|
|
|
|
- [x] Add reflection and autocomplete funcs
|
|
- [x] Add reflection for listing API Routes under GetV2<stuff here>
|
|
- [x] Add reflection for listing route parameters once selected
|
|
- [x] Add reflection to retrieve Facets for selected route+params from autocomplete funcs
|