eia-api-go/TODO.md

20 lines
612 B
Markdown
Raw Normal View History

2024-11-19 22:00:05 +00:00
# EIA API GO TODO
## Makefile
- Add sed substitutions for manual fixes and add curl back to retrieve up-to-date yaml
- Ref swaps
- Int to string swaps
- *[]string to *string swaps
2024-11-19 22:05:28 +00:00
## EIA Package
- Figure out how the fuck to support multiple facets in this piece of shit fucking API spec. Seriously, amateur bullshit.
2024-11-19 22:00:05 +00:00
## EIA Client Tool
- Add reflection and autocomplete funcs
- Add reflection for listing API Routes under GetV2<stuff here>
- Add reflection for listing route parameters once selected
- Add reflection to retrieve Facets for selected route+params from autocomplete funcs