todo(18): in-progress
byteb4rb1e.utils.saas.forgejo exists as a thin layer over byteb4rb1e.utils.http.client, mirroring the Bitbucket wrapper's operations against the Forgejo REST API (api/v1): token auth headers, repository existence check, repository creation under the authenticated user or an organization. No instance URL is hardcoded: every operation takes a host parameter. Both SSH and HTTPS clone URL construction are exposed. Unit tests cover all operations and pass via tox; no new mypy errors beyond the repo baseline.
This commit is contained in:
parent
b707325c69
commit
73c32fdee0
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -219,7 +219,7 @@ Content-Type: application/issue
|
||||||
ID: 18
|
ID: 18
|
||||||
Type: feature
|
Type: feature
|
||||||
Title: implement saas wrapper for Forgejo
|
Title: implement saas wrapper for Forgejo
|
||||||
Status: open
|
Status: in-progress
|
||||||
Priority: medium
|
Priority: medium
|
||||||
Created: 2026-06-06
|
Created: 2026-06-06
|
||||||
Relationships:
|
Relationships:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue