Module github

Source
Available on crate features remote and github only.
Expand description

GitHub client.

Structs§

GitHubClient
HTTP client for handling GitHub REST API requests.
GitHubCommit
Representation of a single commit.
GitHubCommitAuthor
Author of the commit.
GitHubCommitDetails
Representation of subset of commit details
GitHubCommitDetailsAuthor
Representation of subset of commit author details
GitHubPullRequest
Representation of a single pull request.
PullRequestLabel
Label of the pull request.

Constants§

FINISHED_FETCHING_MSG
Log message to show when done fetching from GitHub.
START_FETCHING_MSG
Log message to show while fetching data from GitHub.