... | ... | @@ -202,9 +202,8 @@ The response includes TD in minutes, TD in currency, number of bugs, number of v |
|
|
{GET} /cumulativeInterestLineChart/search?projectID=&language=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Parameter | Description | Required | Type | Notes | |
|
|
|
| Parameter | Description | Required | Type |Notes |
|
|
|
|:------------:|:---------------------------------------------------------------:|:--------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|
|
| projectID | The name of the project. The name should be the same as the name that given through the analysis phase. | Yes | String |
|
|
|
| language | The programming language of the project. | Yes | String | Accepted strings are: java and c. For c++ projects use c. |
|
|
\ No newline at end of file |
|
|
| project | The URL of the software project that should be analyzed. | Yes | Any valid URL that points to an existing online Git repository (e.g., GitHub, GitLab, Bitbucket, etc.). |
|
|
|
| language | The programming language of the software project that needs to be analyzed. | Yes | One of the following string values: : <br/>·“java” if the selected software project is written in Java programming language. <br/> ·“cpp” if the selected software project is written in C/C++ programming language. <br/> Default value is "java". |
|
|
|
| inspection | If the model will return the detailed results of the analysis or not. | No | One of the following string values: [‘yes’, ‘no’].<br>Default value is ‘no'. |
|
|
\ No newline at end of file |