github

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2026 License: MIT Imports: 6 Imported by: 0

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
}

func NewClient

func NewClient(token string) *Client

func (*Client) FetchOrgRepos

func (c *Client) FetchOrgRepos() ([]manifest.Repo, error)

FetchOrgRepos fetches repos from all orgs the user belongs to.

func (*Client) FetchPersonalRepos

func (c *Client) FetchPersonalRepos() ([]manifest.Repo, error)

FetchPersonalRepos fetches the user's own repos, sorted by updated desc. Stops early when a repo's updated_at is older than 4 years.

func (*Client) FetchStarredRepos

func (c *Client) FetchStarredRepos() ([]manifest.Repo, error)

FetchStarredRepos fetches all starred repos (no date filter).

func (*Client) GetAuthenticatedUser

func (c *Client) GetAuthenticatedUser() (string, error)

GetAuthenticatedUser returns the login of the authenticated user.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL