GET
github_users_get_authenticated.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.
Get the authenticated user. Use this to resolve ‘me’ to a login before filtering issues or pull requests by author or assignee.
from charter.packs import github
result = await github.users_get_authenticated.ainvoke({})
repo, read:user.Was this page helpful?