Enums§
- Delete
ByOrg ByRepo Error - struct for typed errors of method
delete_by_org_by_repo - GetBy
OrgBy Repo Error - struct for typed errors of method
get_by_org_by_repo - GetBy
OrgBy Repo Sync Error - struct for typed errors of method
get_by_org_by_repo_sync - GetBy
OrgRepos Error - struct for typed errors of method
get_by_org_repos - Patch
ByOrg ByRepo Error - struct for typed errors of method
patch_by_org_by_repo - Post
ByOrg ByRepo Sync Error - struct for typed errors of method
post_by_org_by_repo_sync - Post
ByOrg Repos Error - struct for typed errors of method
post_by_org_repos
Functions§
- delete_
by_ org_ by_ repo - Permanently delete a repository and all its data
- get_
by_ org_ by_ repo - Get metadata for a specific repository
- get_
by_ org_ by_ repo_ sync - Get the sync status for a repository with upstream configured
- get_
by_ org_ repos - List all repositories in the organization
- patch_
by_ org_ by_ repo - Update repository name or upstream configuration
- post_
by_ org_ by_ repo_ sync - Trigger a sync from the upstream repository. Waits for sync to complete.
- post_
by_ org_ repos - Create a new repository in the organization