Documentation
¶
Overview ¶
Package registry lists the skill repositories of a GitHub owner or organization via the GitHub REST API, so a search can fan out across an owner's public repositories. All responses are treated as untrusted input.
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 lists a GitHub owner's repositories via the REST API.
func New ¶
func New() *Client
New returns a Client targeting api.github.com, using GITHUB_TOKEN when set.
func NewWithBase ¶
NewWithBase returns a Client targeting a custom base URL (for tests).
Click to show internal directories.
Click to hide internal directories.