You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went through the swagger definition for AllSpice hub 1.19 and checked which of those are present in py-gitea and which aren't. After some pre-filtering etc. here's a list of APIs I think are reasonably important. Not all of these are the same priority, and we might not end up implementing some of these.
Since most of these are base gitea endpoints and not unique to AllSpice Hub, we'll also try to get them upstreamed into py-gitea.
List of APIs in AllSpice not present in py-allspice
Admin
Cron
Hooks (Admin-level hooks)
Unadopted Repostiories
Add/Remove public keys from user
Organisations
Get & Create orgs
Note: These technically are implemented - but with the admin routes. It
might be better to support the bare /orgs route instead of the admin
routes.
Org Hooks
Org Level Labels
Publicisize/Depublicize org memebership
Add/remove a repo to a team
Packages
None of these are present. For reference, the Gitea package API allows getting
and deleting packages, but not creating a new one.
I went through the swagger definition for AllSpice hub 1.19 and checked which of those are present in py-gitea and which aren't. After some pre-filtering etc. here's a list of APIs I think are reasonably important. Not all of these are the same priority, and we might not end up implementing some of these.
Since most of these are base gitea endpoints and not unique to AllSpice Hub, we'll also try to get them upstreamed into py-gitea.
List of APIs in AllSpice not present in py-allspice
Admin
Organisations
Get & Create orgs
Note: These technically are implemented - but with the admin routes. It
might be better to support the bare
/orgs
route instead of the adminroutes.
Org Hooks
Org Level Labels
Publicisize/Depublicize org memebership
Add/remove a repo to a team
Packages
None of these are present. For reference, the Gitea package API allows getting
and deleting packages, but not creating a new one.
Issues
Repositories
Categories not considered for this
The text was updated successfully, but these errors were encountered: