8911
/api/analyze
Method: POST
{
"pairId" : "1",
"githubId" : "marcin",
"repos" : {
// Zgodne z https://api.github.com/users/:githubId/repos
],
"orgs": [
// Zgodne z https://api.github.com/users/:githubId/orgs
]
}
Odpowiedź:
- 202 Accepted
- 400 Bad Request - gdy brak body
{
"pairId" : "1",
"analyzerType" : "github",
"analyzedId" : "marcin",
"topics" :
[
{
"name":"C"
},
{ "
name":"Python"
}
] }