From 4211bb38922448b9f43646a6146613d50ff11cf1 Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Tue, 26 Nov 2024 12:50:02 -0500 Subject: [PATCH] Update TODO --- TODO.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/TODO.md b/TODO.md index 729f404..b78361a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,19 +1,13 @@ # 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 - ## EIA Package -- Figure out how the fuck to support multiple facets in this piece of shit fucking API spec. Seriously, amateur bullshit. +- [ ] Move cmd/eia-client/internal/util/util_reflect to pkg/eia +- [x] 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 +- [x] Add reflection and autocomplete funcs + - [x] Add reflection for listing API Routes under GetV2 + - [x] Add reflection for listing route parameters once selected +- [x] Add reflection to retrieve Facets for selected route+params from autocomplete funcs