... | ... | @@ -182,3 +182,29 @@ The response includes TD in minutes, TD in currency, number of bugs, number of v |
|
|
}
|
|
|
```
|
|
|
### TD Interest
|
|
|
|
|
|
**End Points - URLS**
|
|
|
|
|
|
{GET} /interestSummary/search?projectID=&language=
|
|
|
|
|
|
{GET} /interestIndicators/search?projectID=&language=
|
|
|
|
|
|
{GET} /interestProbabilityRanking/search?projectID=
|
|
|
|
|
|
{GET} /interestRanking/search?projectID=&language=
|
|
|
|
|
|
{GET} /lineChartInterestTD/search?projectID=&language=
|
|
|
|
|
|
{GET} /lineChartPrincipalTD/search?projectID=&language=
|
|
|
|
|
|
{GET} /lineChartBreakingPointTD/search?projectID=&language
|
|
|
|
|
|
{GET} /cumulativeInterestLineChart/search?projectID=&language=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |