... | ... | @@ -498,6 +498,27 @@ The response includes the cumulative interest of the project for each version. F |
|
|
}
|
|
|
```
|
|
|
|
|
|
## TD New Code Service
|
|
|
|
|
|
**End Points**
|
|
|
|
|
|
{GET} [<PROTOCOL>://<IP>:<PORT>/api/sdk4ed/nc/projects](http://195.251.210.147:8989/api/sdk4ed/nc/projects)
|
|
|
|
|
|
`
|
|
|
[
|
|
|
{
|
|
|
"name": "commons-io",
|
|
|
"kee": "apache:commons-io:b1_3:4b2dbc0f3f6114e544b01c26ebcc0a32064452c2:qg",
|
|
|
"projectPendingAnalyses": 0
|
|
|
},
|
|
|
{
|
|
|
"name": "rodinia-project",
|
|
|
"kee": "siavvasm:rodinia-project",
|
|
|
"projectPendingAnalyses": 0
|
|
|
}
|
|
|
]
|
|
|
`
|
|
|
|
|
|
## Design-Level Refactorings Service
|
|
|
|
|
|
**End Points - URLS**
|
... | ... | |