Skip to content

GitHub utilities reference


GitHub

This is available as the Application.github property.

Example usage:

with app.github.http.client() as client:
    client.get("https://api.github.com")

GitHubHTTPClientManager

A subclass of HTTPClientManager for GitHub API requests.

Authentication will use the GitHubAuth configuration if both the user and token are set.