Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

microhackaton-2014-august-warsaw/github-topics-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-topics-analyzer

Port

8911

In

/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
Out

{

"pairId" : "1",
"analyzerType" : "github",
"analyzedId" : "marcin",
"topics" :
[
   {
    "name":"C"
   },
   { "
    name":"Python"
   }

] }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published