Skip to content

gantu/github_ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GithubRankinService

This is a service which helps you to fetch information from github API

Building, running and testing

Please export your GithubToken into the OS Enviroment by export GH_TOKEN={gtuhub token}

Use sbt run to build and run it Use sbt test to invoke specs

Usage and sample response

curl -i 'http://localhost:8080/org/{organizationName}' fetches all repositories of given organization and returns json document in json format as [{"id":841941,"name":"legacy-svn-scala"}]

curl -i 'http://localhost:8080/org/{organizationName}/contributors fetches all contributors of given organization and returns sorted in json format as [{"login":"contributor1","contributions":4867},{"login":"contributor2","contributions":1778}]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages