Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GqlContributionsQuery string = `` /* 249-byte string literal not displayed */
Functions ¶
func GetGitHubHeaders ¶
func GetGraphQLClient ¶
func GetHttpClient ¶
func GetMarkdownUrl ¶
func GetMarkdownUrl() string
func GetReadMeHeaders ¶
Types ¶
type GqlResponse ¶
type GqlResponse struct {
User struct {
Name string `json:"name"`
Url string `json:"url"`
AvatarUrl string `json:"avatarUrl"`
RepositoriesContributedTo struct {
Edges []struct {
Node struct {
Url string `json:"url"`
Name string `json:"name"`
NameWithOwner string `json:"nameWithOwner"`
Owner struct {
Login string `json:"login"`
Url string `json:"url"`
AvatarUrl string `json:"avatarUrl"`
}
}
}
}
}
}
Click to show internal directories.
Click to hide internal directories.