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 (*Client) FetchOrgRepos ¶
FetchOrgRepos fetches repos from all orgs the user belongs to.
func (*Client) FetchPersonalRepos ¶
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 ¶
FetchStarredRepos fetches all starred repos (no date filter).
func (*Client) GetAuthenticatedUser ¶
GetAuthenticatedUser returns the login of the authenticated user.
Click to show internal directories.
Click to hide internal directories.