Closed zahidirfan closed 9 years ago
By the look of it, this is in ProjectRepository: https://github.com/node-gitlab/node-gitlab/blob/develop/src/Models/ProjectRepository.coffee#L37
So you want something like
gitlab.projects.repository.listCommits('myProject', function (commits) {
console.log(commits);
});
I am not sure how to get commits from gitlab via node-gitlab?