Branches
Branches
Branches
Create a new branch for a project
projects.branches.create(BranchCreateParams**kwargs) -> branchstrconfig_commitCommitlatest_buildBuildObjectobjectliteralorgstrprojectstrProjectBranch
post/v0/projects/{project}/branches
Delete a project branch
projects.branches.delete(strbranch, BranchDeleteParams**kwargs) -> object
delete/v0/projects/{project}/branches/{branch}
List project branches
projects.branches.list(BranchListParams**kwargs) -> SyncPage[branchstrconfig_commitCommitlatest_build_idstrobjectliteralorgstrprojectstrBranchListResponse]
get/v0/projects/{project}/branches
Retrieve a project branch
projects.branches.retrieve(strbranch, BranchRetrieveParams**kwargs) -> branchstrconfig_commitCommitlatest_buildBuildObjectobjectliteralorgstrprojectstrProjectBranch
get/v0/projects/{project}/branches/{branch}
Project Branch
ProjectBranchclass