mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As it turns out, in GitHub API paginated requests, page numbering is 1-based. (https://developer.github.com/v3/#pagination) Starting at page 0 (which returns the first page), results in making the same request twice and logging incorrect numbers (since the first 100 items are listed twice). PR Close #25671 |
||
|---|---|---|
| .. | ||
| circleci-api.spec.ts | ||
| github-api.spec.ts | ||
| github-pull-requests.spec.ts | ||
| github-teams.spec.ts | ||
| utils.spec.ts | ||