Available on crate features
remote
and github
only.Expand description
GitHub client.
Structs§
- GitHub
Client - HTTP client for handling GitHub REST API requests.
- GitHub
Commit - Representation of a single commit.
- GitHub
Commit Author - Author of the commit.
- GitHub
Commit Details - Representation of subset of commit details
- GitHub
Commit Details Author - Representation of subset of commit author details
- GitHub
Pull Request - Representation of a single pull request.
- Pull
Request Label - 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.