Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2026 Changes in this version + type Client struct + func New(ctx context.Context, token string) *Client + func (c *Client) CurrentUser(ctx context.Context) (string, error) + func (c *Client) ListOwners(ctx context.Context) ([]string, error) + func (c *Client) ListRepositories(ctx context.Context, owner string) ([]Repository, error) + type Repository struct + Archived bool + CloneURL string + Description string + Fork bool + FullName string + HTMLURL string + Name string + Owner string + Private bool + SSHURL string