eia-api-go/TODO.md
2024-11-26 12:50:02 -05:00

520 B

EIA API GO TODO

EIA Package

  • Move cmd/eia-client/internal/util/util_reflect to pkg/eia
  • 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
    • Add reflection for listing API Routes under GetV2
    • Add reflection for listing route parameters once selected
  • Add reflection to retrieve Facets for selected route+params from autocomplete funcs