spgroup / groundhog

A framework for crawling GitHub projects and raw data and to extract metrics from them
http://spgroup.github.io/groundhog
GNU General Public License v2.0
15 stars 10 forks source link

Add support for the Pull Request API #42

Closed rodrigoalvesvieira closed 11 years ago

rodrigoalvesvieira commented 11 years ago

Groundhog should support the GitHub Pull Request API 1, in order to fully understand the dynamics of commits and issues (that eventually might lead to PRs).

Pull Request analysis can be particularly interesting if we want to study User/Organization activity on GitHub. We can learn how someone is engaged to public projects contribution, how often an Organization receives PRs and so on.

Format: /repos/{user}/{project-name}/pulls Sample API endpoint for PRs: https://api.github.com/repos/spgroup/groundhog/pulls Another sample: https://api.github.com/repos/spgroup/groundhog/pulls/43

rodrigoalvesvieira commented 11 years ago

closed by the last commit