Versions in this module Expand all Collapse all v0 v0.1.0 Mar 21, 2026 Changes in this version + type Client struct + func NewClient(token string) *Client + func (c *Client) FetchOrgRepos() ([]manifest.Repo, error) + func (c *Client) FetchPersonalRepos() ([]manifest.Repo, error) + func (c *Client) FetchStarredRepos() ([]manifest.Repo, error) + func (c *Client) GetAuthenticatedUser() (string, error)