... | ... | @@ -504,8 +504,6 @@ The response includes the cumulative interest of the project for each version. F |
|
|
|
|
|
{GET} [`<PROTOCOL>://<IP>:<PORT>/api/sdk4ed/nc/projects`](http://195.251.210.147:8989/api/sdk4ed/nc/projects)
|
|
|
|
|
|
[dsadasd](url)
|
|
|
|
|
|
```
|
|
|
[
|
|
|
{
|
... | ... | @@ -521,6 +519,53 @@ The response includes the cumulative interest of the project for each version. F |
|
|
]
|
|
|
```
|
|
|
|
|
|
{GET} [`<PROTOCOL>://<IP>:<PORT>/api/sdk4ed/nc/branchCommits/{apache:commons-io}`](http://195.251.210.147:8989/api/sdk4ed/nc/branchCommits/apache:commons-io)
|
|
|
|
|
|
```
|
|
|
[
|
|
|
{
|
|
|
"branch": "release",
|
|
|
"commits": [
|
|
|
"bc47652650729d51f9f5d261270d714f6396df16",
|
|
|
...,
|
|
|
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"branch": "IO_1_4_BRANCH",
|
|
|
"commits": [
|
|
|
"9c4927457152a1be310e4fab1e68bc117a792fa1",
|
|
|
...,
|
|
|
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"branch": "gh-actions",
|
|
|
"commits": [
|
|
|
"b97da0a93904b11cd7ca7d50e6ca09d6a0546566",
|
|
|
...,
|
|
|
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"branch": "b1_3",
|
|
|
"commits": [
|
|
|
"4b2dbc0f3f6114e544b01c26ebcc0a32064452c2",
|
|
|
...,
|
|
|
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"branch": "master",
|
|
|
"commits": [
|
|
|
"5dd0f87c8e37c7838ef336e20307caf24b61c329",
|
|
|
...
|
|
|
"9423d7dc927d7d44980b08b59b2a127f8f26ae99"
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
```
|
|
|
|
|
|
## Design-Level Refactorings Service
|
|
|
|
|
|
**End Points - URLS**
|
... | ... | |