Skip to content

added support for getting repo commits#3

Open
richorama wants to merge 1 commit intodarvin:masterfrom
richorama:master
Open

added support for getting repo commits#3
richorama wants to merge 1 commit intodarvin:masterfrom
richorama:master

Conversation

@richorama
Copy link
Copy Markdown

You can now do this:

var repo = github.getRepo('user', 'repo');
repo.commits(function(err, commits){
  if (err) console.log(err);
  console.log(commits);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant