Documentation
¶
Overview ¶
Package skyline provides the entry point for the GitHub Skyline Generator. It generates a 3D model of GitHub contributions in STL format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitHubClientInterface ¶
type GitHubClientInterface interface {
GetAuthenticatedUser() (string, error)
GetUserJoinYear(username string) (int, error)
FetchContributions(username string, year int) (*types.ContributionsResponse, error)
}
GitHubClientInterface defines the methods for interacting with GitHub API
Click to show internal directories.
Click to hide internal directories.