Commit graph

26 commits

Author SHA1 Message Date
dee46ad96c feat: add command 'check' 2024-12-11 13:28:41 +00:00
4c9a0eb2c6 feat(nextcloud): add command 'nextcloud card list' 2024-12-11 13:22:36 +00:00
a86f3db4d9 feat(trello): add command 'trello board list' 2024-12-11 11:57:40 +00:00
f4aa3f3605 feat(nextcloud): add command 'nextcloud stack list' 2024-12-11 11:22:14 +00:00
63f99c68c4 feat(nextcloud): add command 'nextcloud board list'
REQUEST
2024-12-11 11:13:43 +00:00
0f4da9c48d feat(nextcloud): add deck_client to FullCtx 2024-12-11 11:03:53 +00:00
750bcd7fe2 feat(nextcloud): DeckClient hold reference to FullCtx
given a full context
2024-12-11 11:03:52 +00:00
841a5b93f1 feat: add kxio printer to context 2024-12-11 10:55:53 +00:00
159f03320f refactor: Add FullCtx which is Ctx with AppConfig 2024-12-11 10:47:51 +00:00
8cfe326d35 WIP(TODO): define nextcloud config model client 2024-12-11 09:04:50 +00:00
a6407a977c WIP(TODO): define trello config model 2024-12-11 08:57:31 +00:00
74036cf1ea 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-11 07:43:55 +00:00
f9352c551c feat: load config file 2024-12-11 07:23:31 +00:00
8075de496b feat: command to write initial config file
move tests to a tests/mod
????
2024-12-11 07:20:07 +00:00
8bf294743d feat: add const NAME 2024-12-11 07:16:13 +00:00
ed263af5a9 feat: parse command line 2024-12-11 07:16:13 +00:00
230c71e8b5 feat: add helper macros 2024-12-11 07:16:13 +00:00
c960129be2 feat: create Ctx instance 2024-12-11 07:16:13 +00:00
d0b6f9a1fc feat: install error trap from color_eyre 2024-12-11 07:16:13 +00:00
d388d2bc5a chore: Remove hello world 2024-12-11 07:16:13 +00:00
6300508ea2 feat: define command arguments to parse 2024-12-11 07:16:13 +00:00
a820719266 feat: define Ctx to hold context (e.g. fs and net handles) 2024-12-11 07:15:04 +00:00
90aa89d37a feat: start empty lib 2024-12-11 07:13:01 +00:00
a35c2c6964 feat: make main tokio async 2024-12-11 07:13:01 +00:00
409b3d34f7 build: initial ci setup 2024-12-10 20:26:12 +00:00
11dec4a929 cargo init 2024-12-10 08:25:33 +00:00