Ryan McGuire
373581c58a
All checks were successful
Build and Publish / release (push) Successful in 1m22s
21 lines
665 B
Markdown
21 lines
665 B
Markdown
# EIA API GO TODO
|
|
|
|
## Distribution
|
|
|
|
- [x] Add Gitea CI
|
|
- [x] Add Docs
|
|
|
|
## EIA Package
|
|
|
|
- [x] 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 multiple facets, api is challenging with generated code
|
|
|
|
## EIA Client Tool
|
|
|
|
- [x] Add args and completion for specifying routes for non-final routes
|
|
- [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
|