fn client() -> Result<Client>
Builds a reqwest blocking client with the GitHub API User-Agent and, when available, an Authorization: Bearer token from the environment.
reqwest
User-Agent
Authorization: Bearer
Checks GH_TOKEN first, then GITHUB_TOKEN.
GH_TOKEN
GITHUB_TOKEN