github-tools / github-tools/github
Pulling all contributors of a repo
未关闭
- 主要语言
- JavaScript
- 星标
- 3.8k
- 派生
- 809
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello, I came across this problem recently. When I have a repository and try to do `getContributors()` it only returns 30 records, not all of them. Is there a ways I can get all of them, like it works with `getRepos()` or other such methods?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by locating the getContributors() implementation and compare its handling of results with getRepos() or similar methods. The work is done when getContributors() can retrieve all contributors rather than stopping at 30 records, with the behavior verified against the GitHub API.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- api
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100