Module github

Module github 

Source
Expand description

GitHub integration module.

Provides authentication and API client functionality for GitHub.

Modules§

auth
GitHub OAuth device flow authentication.
graphql
GraphQL queries for GitHub API.
issues
GitHub issue operations for the triage command.
pulls
Pull request fetching via Octocrab.
ratelimit
GitHub API rate limit checking.
releases
Release-related GitHub operations.

Enums§

ReferenceKind
Discriminator for GitHub reference type (issue or pull request).

Constants§

OAUTH_CLIENT_ID
OAuth Client ID for Aptu CLI (safe to embed per RFC 8252).

Functions§

parse_github_reference
Parses a GitHub reference (issue or PR) in multiple formats.
parse_owner_repo
Parses an owner/repo string to extract owner and repo.