GET
github_rate_limit_get.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check how much API budget is left, per resource. core covers most of this pack, search is the 30-per-minute budget the search tools spend, and code_search is narrower still. This request does not itself count against any of them, so it is safe to call before a long walk.
from charter.packs import github
result = await github.rate_limit_get.ainvoke({})
repo, read:user.Was this page helpful?