github_kit library

Classes

ActionsApi
Provides functionality to interact with the GitHub Actions API.
CodeScanningAlert
Represents a GitHub code scanning alert.
CodeScanningApi
Provides functionality to interact with the GitHub Code Scanning API.
GitHubKit
The main class for interacting with the GitHub API.
Issue
Represents a GitHub issue.
IssuesApi
Provides functionality to interact with the GitHub Issues API.
PullRequest
Represents a GitHub pull request.
PullRequestsApi
Provides functionality to interact with the GitHub Pull Requests API.
RateLimit
Represents the rate limit information for GitHub API requests.
RepositoriesApi
Provides functionality to interact with the GitHub Repositories API.
Repository
Represents a GitHub repository.
SecretScanningAlert
Represents a GitHub secret scanning alert.
SecretScanningApi
Provides functionality to interact with the GitHub Secret Scanning API.
Workflow
Represents a GitHub Actions workflow.
WorkflowRun
Represents a GitHub Actions workflow run.

Typedefs

SendRequestFunction = Future Function(String method, String path, {Map<String, dynamic>? body, Map<String, String>? queryParams})
A typedef for a function that sends HTTP requests to the GitHub API.