Summary
Retrieve a project from Git
Description
Retrieve a project from Git
Route
GET /git/:gitType/repos/:repoPath/branches/:branchName/projects/:projectPath
Roles
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| gitType | string | yes | The name of the Git provider that is used |
| repoPath | string | yes | The path in Git to the repository |
| branchName | string | yes | The name of the branch that is used. |
| projectPath | string | yes | The file path within a Git repository to a project file |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | The exact contents of the project file stored in Git |