Skip to main content

Module repos_api

Module repos_api 

Source

Enums§

DeleteByOrgByRepoError
struct for typed errors of method delete_by_org_by_repo
GetByOrgByRepoError
struct for typed errors of method get_by_org_by_repo
GetByOrgByRepoSyncError
struct for typed errors of method get_by_org_by_repo_sync
GetByOrgReposError
struct for typed errors of method get_by_org_repos
PatchByOrgByRepoError
struct for typed errors of method patch_by_org_by_repo
PostByOrgByRepoSyncError
struct for typed errors of method post_by_org_by_repo_sync
PostByOrgReposError
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