Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Contributors #41

Open
creamidea opened this issue Oct 11, 2017 · 2 comments
Open

Add support for Contributors #41

creamidea opened this issue Oct 11, 2017 · 2 comments

Comments

@creamidea
Copy link

Add support to call the API-Functions of contributors https://docs.gitlab.com/ce/api/repositories.html#contributors for next release.

@creamidea creamidea changed the title Add support for contributors Add support for Contributors Oct 11, 2017
@L3au
Copy link

L3au commented Oct 12, 2017

+1

@L3au
Copy link

L3au commented Oct 12, 2017

@creamidea You can implement it temporarily with you own

const Repository = require('node-gitlab/lib/resources/repository')

Repository.prototype.getContributors = function (params, callback) {
  params.type = 'contributors';
  this.list(params, callback);
};

creamidea pushed a commit to creamidea/gitlab that referenced this issue Oct 12, 2017
creamidea added a commit to creamidea/gitlab that referenced this issue Oct 12, 2017
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

No branches or pull requests

2 participants