|
162 | 162 | "outputs": [], |
163 | 163 | "source": [ |
164 | 164 | "#export\n", |
165 | | - "_docroot = 'https://docs.github.com/en/free-pro-team@latest/rest/reference/'" |
| 165 | + "_docroot = 'https://docs.github.com/rest/reference/'" |
166 | 166 | ] |
167 | 167 | }, |
168 | 168 | { |
|
399 | 399 | "cell_type": "markdown", |
400 | 400 | "metadata": {}, |
401 | 401 | "source": [ |
402 | | - "GitHub has various [rate limits](https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#rate-limiting) for their API. After each call, the response includes information about how many requests are remaining in the hourly quota. If you'd like to add alerts, or indications showing current quota usage, you can register a callback with `GhApi` by passing a callable to the `limit_cb` parameter. This callback will be called whenever the amount of quota used changes. It will be called with two arguments: the new quota remaining, and the total hourly quota." |
| 402 | + "GitHub has various [rate limits](https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting) for their API. After each call, the response includes information about how many requests are remaining in the hourly quota. If you'd like to add alerts, or indications showing current quota usage, you can register a callback with `GhApi` by passing a callable to the `limit_cb` parameter. This callback will be called whenever the amount of quota used changes. It will be called with two arguments: the new quota remaining, and the total hourly quota." |
403 | 403 | ] |
404 | 404 | }, |
405 | 405 | { |
|
508 | 508 | { |
509 | 509 | "data": { |
510 | 510 | "text/markdown": [ |
511 | | - "- [actions](https://docs.github.com/en/free-pro-team@latest/rest/reference/actions)\n", |
512 | | - "- [activity](https://docs.github.com/en/free-pro-team@latest/rest/reference/activity)\n", |
513 | | - "- [apps](https://docs.github.com/en/free-pro-team@latest/rest/reference/apps)\n", |
514 | | - "- [billing](https://docs.github.com/en/free-pro-team@latest/rest/reference/billing)\n", |
515 | | - "- [checks](https://docs.github.com/en/free-pro-team@latest/rest/reference/checks)\n", |
516 | | - "- [code_scanning](https://docs.github.com/en/free-pro-team@latest/rest/reference/code-scanning)\n", |
517 | | - "- [codes_of_conduct](https://docs.github.com/en/free-pro-team@latest/rest/reference/codes-of-conduct)\n", |
518 | | - "- [codespaces](https://docs.github.com/en/free-pro-team@latest/rest/reference/codespaces)\n", |
519 | | - "- [dependabot](https://docs.github.com/en/free-pro-team@latest/rest/reference/dependabot)\n", |
520 | | - "- [dependency_graph](https://docs.github.com/en/free-pro-team@latest/rest/reference/dependency-graph)\n", |
521 | | - "- [emojis](https://docs.github.com/en/free-pro-team@latest/rest/reference/emojis)\n", |
522 | | - "- [enterprise_admin](https://docs.github.com/en/free-pro-team@latest/rest/reference/enterprise-admin)\n", |
523 | | - "- [gists](https://docs.github.com/en/free-pro-team@latest/rest/reference/gists)\n", |
524 | | - "- [git](https://docs.github.com/en/free-pro-team@latest/rest/reference/git)\n", |
525 | | - "- [gitignore](https://docs.github.com/en/free-pro-team@latest/rest/reference/gitignore)\n", |
526 | | - "- [interactions](https://docs.github.com/en/free-pro-team@latest/rest/reference/interactions)\n", |
527 | | - "- [issues](https://docs.github.com/en/free-pro-team@latest/rest/reference/issues)\n", |
528 | | - "- [licenses](https://docs.github.com/en/free-pro-team@latest/rest/reference/licenses)\n", |
529 | | - "- [markdown](https://docs.github.com/en/free-pro-team@latest/rest/reference/markdown)\n", |
530 | | - "- [meta](https://docs.github.com/en/free-pro-team@latest/rest/reference/meta)\n", |
531 | | - "- [migrations](https://docs.github.com/en/free-pro-team@latest/rest/reference/migrations)\n", |
532 | | - "- [oauth_authorizations](https://docs.github.com/en/free-pro-team@latest/rest/reference/oauth-authorizations)\n", |
533 | | - "- [oidc](https://docs.github.com/en/free-pro-team@latest/rest/reference/oidc)\n", |
534 | | - "- [orgs](https://docs.github.com/en/free-pro-team@latest/rest/reference/orgs)\n", |
535 | | - "- [packages](https://docs.github.com/en/free-pro-team@latest/rest/reference/packages)\n", |
536 | | - "- [projects](https://docs.github.com/en/free-pro-team@latest/rest/reference/projects)\n", |
537 | | - "- [pulls](https://docs.github.com/en/free-pro-team@latest/rest/reference/pulls)\n", |
538 | | - "- [rate_limit](https://docs.github.com/en/free-pro-team@latest/rest/reference/rate-limit)\n", |
539 | | - "- [reactions](https://docs.github.com/en/free-pro-team@latest/rest/reference/reactions)\n", |
540 | | - "- [repos](https://docs.github.com/en/free-pro-team@latest/rest/reference/repos)\n", |
541 | | - "- [scim](https://docs.github.com/en/free-pro-team@latest/rest/reference/scim)\n", |
542 | | - "- [search](https://docs.github.com/en/free-pro-team@latest/rest/reference/search)\n", |
543 | | - "- [secret_scanning](https://docs.github.com/en/free-pro-team@latest/rest/reference/secret-scanning)\n", |
544 | | - "- [teams](https://docs.github.com/en/free-pro-team@latest/rest/reference/teams)\n", |
545 | | - "- [users](https://docs.github.com/en/free-pro-team@latest/rest/reference/users)" |
| 511 | + "- [actions](https://docs.github.com/rest/reference/actions)\n", |
| 512 | + "- [activity](https://docs.github.com/rest/reference/activity)\n", |
| 513 | + "- [apps](https://docs.github.com/rest/reference/apps)\n", |
| 514 | + "- [billing](https://docs.github.com/rest/reference/billing)\n", |
| 515 | + "- [checks](https://docs.github.com/rest/reference/checks)\n", |
| 516 | + "- [code_scanning](https://docs.github.com/rest/reference/code-scanning)\n", |
| 517 | + "- [codes_of_conduct](https://docs.github.com/rest/reference/codes-of-conduct)\n", |
| 518 | + "- [emojis](https://docs.github.com/rest/reference/emojis)\n", |
| 519 | + "- [enterprise_admin](https://docs.github.com/rest/reference/enterprise-admin)\n", |
| 520 | + "- [gists](https://docs.github.com/rest/reference/gists)\n", |
| 521 | + "- [git](https://docs.github.com/rest/reference/git)\n", |
| 522 | + "- [gitignore](https://docs.github.com/rest/reference/gitignore)\n", |
| 523 | + "- [interactions](https://docs.github.com/rest/reference/interactions)\n", |
| 524 | + "- [issues](https://docs.github.com/rest/reference/issues)\n", |
| 525 | + "- [licenses](https://docs.github.com/rest/reference/licenses)\n", |
| 526 | + "- [markdown](https://docs.github.com/rest/reference/markdown)\n", |
| 527 | + "- [meta](https://docs.github.com/rest/reference/meta)\n", |
| 528 | + "- [migrations](https://docs.github.com/rest/reference/migrations)\n", |
| 529 | + "- [oauth_authorizations](https://docs.github.com/rest/reference/oauth-authorizations)\n", |
| 530 | + "- [orgs](https://docs.github.com/rest/reference/orgs)\n", |
| 531 | + "- [packages](https://docs.github.com/rest/reference/packages)\n", |
| 532 | + "- [projects](https://docs.github.com/rest/reference/projects)\n", |
| 533 | + "- [pulls](https://docs.github.com/rest/reference/pulls)\n", |
| 534 | + "- [rate_limit](https://docs.github.com/rest/reference/rate-limit)\n", |
| 535 | + "- [reactions](https://docs.github.com/rest/reference/reactions)\n", |
| 536 | + "- [repos](https://docs.github.com/rest/reference/repos)\n", |
| 537 | + "- [scim](https://docs.github.com/rest/reference/scim)\n", |
| 538 | + "- [search](https://docs.github.com/rest/reference/search)\n", |
| 539 | + "- [secret_scanning](https://docs.github.com/rest/reference/secret-scanning)\n", |
| 540 | + "- [teams](https://docs.github.com/rest/reference/teams)\n", |
| 541 | + "- [users](https://docs.github.com/rest/reference/users)" |
546 | 542 | ], |
547 | 543 | "text/plain": [ |
548 | 544 | "<__main__.GhApi at 0x11e204eb0>" |
|
0 commit comments