Expand description
GitHub REST API v3 client.
All functions operate on public data and work without authentication.
Set GITHUB_TOKEN in the environment for higher rate limits (5 000/hr vs 60/hr)
and access to private repositories.
Structs§
Functions§
- get_
commit_ detail - Fetch a single commit with its file patches.
- get_
user - Fetch a user’s public profile.
- get_
user_ events - Fetch a user’s recent public events (max 100, GitHub returns up to 90 days).
- get_
user_ repos - Fetch a user’s own repositories sorted by
sort(pushedorupdated). - get_
user_ starred_ repos - Fetch a user’s top starred repositories via the Search API.
- search_
user_ commits - Search for the
limitmost recent public commits authored byusernameacross all repos.