[loop-cycle-5] feat: implement 4 TODO stubs in timmyctl/cli.py (#1128) #1158
Reference in New Issue
Block a user
Delete Branch "feat/timmyctl-implement-stubs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Implements all 4 TODO stubs in
src/timmyctl/cli.py:.loop/logbook.jsonlAdded helper infrastructure:
_get_gitea_token()- reads from env or config files_gitea_api_get()- authenticated GET to Gitea APIGITEA_URL/GITEA_REPOconstants (env-configurable)All 93 unit tests pass. No new dependencies (uses stdlib urllib).
Closes #1128