Commit graph

9 commits

Author SHA1 Message Date
766f0d4d49 feat: add APIResult
This is a generic type that contains the raw JSON response and the parsed value as a Result.

fixup: APIResult

FIXUP: APIResutl can handle missing response bodies
2024-12-12 22:22:28 +00:00
70aa002048 feat: load config file 2024-12-12 20:38:08 +00:00
c8ff4b2694 feat: command to write initial config file
move tests to a tests/mod
????
2024-12-12 17:31:31 +00:00
db0d599577 feat: define command arguments to parse 2024-12-12 17:31:31 +00:00
93158ea0a0 feat: define Ctx to hold context (e.g. fs and net handles) 2024-12-12 17:31:31 +00:00
8080bb2dde feat: make main tokio async 2024-12-12 07:58:14 +00:00
27b8aa7e11 chore(deps): add planned dependencies as comments 2024-12-12 07:58:14 +00:00
3c57554475 build: initial ci setup 2024-12-12 07:55:23 +00:00
11dec4a929 cargo init 2024-12-10 08:25:33 +00:00