# Functions
HandleHTTPError parses a http.Response into a HTTPError.
# Structs
ClientOptions holds available options to configure API clients.
GQLError represents an error response from GitHub GraphQL API.
GQLErrorItem stores additional information about an error response returned from the GitHub GraphQL API.
HTTPError represents an error response from the GitHub API.
HTTPErrorItem stores additional information about an error response returned from the GitHub API.
# Interfaces
GQLClient is the interface that wraps methods for the different types of API requests that are supported by the server.
RESTClient is the interface that wraps methods for the different types of API requests that are supported by the server.