-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
GitHub Repo 数が101以上になっても集計できるようにする #20
Comments
@aokabin 調査ありがとうございます! おかげさまで早速ワークアラウンドな対応をしたら直りました! 🔧 💨
ただ弊社のリポジトリ数が 100 を超えた時にまた同じ問題にぶつかるはずなので、この Issue はその問題が解決されるまで Open にしたままにしておきますね 😸 101 以上になっても問題ないような状態になったら Close しましょう 👍 ✨ |
ちょっと前後の話しか見てないので勘違いしてるかもしれませんが、Organization のリポジトリ数がほしいということであれば、下記の API を使用するのはどうでしょうか。 https://developer.github.com/v3/orgs/#get-an-organization https://api.github.com/orgs/yasslab これならリポジトリ数が増えても関係無さそうです。 |
リポジトリ数だけじゃなくて総スター数もほしい感じなんですね。それだとリポジトリ情報を取ってきて計算する必要がありそうですね。 総リポジトリ数自体は 1回の問い合わせで取得出来るので、そこから |
情報 thx! あとでじっくり検討しましょ〜 😸 |
現状に合わせて Issue タイトルを変更しておきました! 🔧 💨 |
概要
GitHub API v3 | GitHub Developer Guide
にあるように、github apiのレスポンスは30件に設定されており
Traversing with Pagination | GitHub Developer Guide
より、最大は100件となっている
現状30件しか取得できていないので、問題解消のために全てのリポジトリが取得できるようにしたい
関連 Issue/PR
#5 #7
The text was updated successfully, but these errors were encountered: