A go package for interacting with the EIA API v2
Go to file
2024-11-26 20:45:29 -05:00
api Implement type-to-string-to-type mappings 2024-11-26 20:18:10 -05:00
cmd/eia-client Start get route subcommand 2024-11-26 20:45:29 -05:00
pkg/eia Implement type-to-string-to-type mappings 2024-11-26 20:18:10 -05:00
schema Fix swagger spec problems, gen client 2024-11-15 16:30:45 -05:00
.gitignore exclude vscode 2024-11-19 08:42:42 -05:00
go.mod Add facet completion func 2024-11-26 12:16:27 -05:00
go.sum Add facet completion func 2024-11-26 12:16:27 -05:00
LICENSE Initial commit 2024-11-11 16:01:14 +00:00
main.go Implement func mapper for parser reflection 2024-11-26 11:46:15 -05:00
Makefile Remove generate target from install 2024-11-26 20:22:07 -05:00
README.md Initial commit 2024-11-11 16:01:14 +00:00
TODO.md Update TODO 2024-11-26 17:13:15 -05:00
tools.go Fix swagger spec problems, gen client 2024-11-15 16:30:45 -05:00

eia-api-go

A go package for interacting with the EIA API v2