Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides authenticated access to the GitHub REST API. Supports both github.com and GitHub Enterprise domains.
func NewClient ¶
NewClient creates an authenticated GitHub API client for the given domain. For github.com, uses https://api.github.com. For GHE domains, uses https://<domain>/api/v3.
func (*Client) ListOrgRepos ¶
ListOrgRepos returns all repositories for the given organization.
func (*Client) ListPersonalRepos ¶
ListPersonalRepos returns repositories owned by the authenticated user.
Click to show internal directories.
Click to hide internal directories.