package
2.11.0
Repository: https://github.com/cli/go-gh.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
HandleHTTPError parses a http.Response into a HTTPError.
GraphQLClient builds a client to send requests to GitHub GraphQL API endpoints.
HTTPClient builds a client that can be passed to another library.
RESTClient builds a client to send requests to GitHub REST API endpoints.

# Structs

ClientOptions holds available options to configure API clients.
GraphQLClient wraps methods for the different types of API requests that are supported by the server.
GraphQLError represents an error response from GitHub GraphQL API.
GraphQLErrorItem 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.
RESTClient wraps methods for the different types of API requests that are supported by the server.