2024-11-19 22:00:05 +00:00
|
|
|
# EIA API GO TODO
|
|
|
|
|
2024-12-17 22:24:48 +00:00
|
|
|
## Distribution
|
|
|
|
|
|
|
|
- [x] Add Gitea CI
|
|
|
|
- [x] Add Docs
|
|
|
|
|
2024-11-19 22:05:28 +00:00
|
|
|
## EIA Package
|
|
|
|
|
2024-11-27 18:52:15 +00:00
|
|
|
- [x] Make reflection match a STRING type instead of the underlying type
|
2024-11-26 22:13:15 +00:00
|
|
|
- [x] Move cmd/eia-client/internal/util/util_reflect to pkg/eia
|
2024-12-17 22:24:48 +00:00
|
|
|
- [x] Figure out multiple facets, api is challenging with generated code
|
2024-11-19 22:05:28 +00:00
|
|
|
|
2024-11-19 22:00:05 +00:00
|
|
|
## EIA Client Tool
|
|
|
|
|
2024-12-04 21:01:07 +00:00
|
|
|
- [x] Add args and completion for specifying routes for non-final routes
|
2024-11-26 17:50:02 +00:00
|
|
|
- [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
|