eia-api-go/TODO.md
Ryan McGuire 373581c58a
All checks were successful
Build and Publish / release (push) Successful in 1m22s
Add docs, improve README
2024-12-17 17:24:48 -05:00

665 B

EIA API GO TODO

Distribution

  • Add Gitea CI
  • Add Docs

EIA Package

  • Make reflection match a STRING type instead of the underlying type
  • Move cmd/eia-client/internal/util/util_reflect to pkg/eia
  • Figure out multiple facets, api is challenging with generated code

EIA Client Tool

  • Add args and completion for specifying routes for non-final routes
  • 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