Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alcacoop/go-github-client
/ types & classes
Types & classes
19 in github.com/alcacoop/go-github-client
⨍
Functions
68
◇
Types & classes
19
Struct
GistDataCreate
GistDataCreate represents a gists create payload. (used as "gists.CreateGist" api call parameter)
gists/gist.go:38
Struct
GistDataUpdate
GistDataCreate represents a gists update payload (used as "gists.UpdateGist" api call parameter)
gists/gist.go:60
Struct
GistFileContent
GistFileContent represents a create/update gists files payload. It should be added to GistsDataCreate or GistsDataUpdate objects. As example to creat
gists/gist.go:93
Struct
Gists
Gists is a simplified github gists api client
gists/gists.go:12
Struct
GithubClient
client/client.go:43
Struct
GithubResult
* GithubResult abstracts a generic reply from the Github REST API, parse it internally and adds some helper (e.g. json data, paginated results, rate
client/result.go:19
Struct
IssueDataCreate
TBD
issues/issue.go:38
Struct
IssueDataUpdate
UPDATE ISSUE TBD
issues/issue.go:84
TypeAlias
IssueState
issues/list.go:26
Struct
Issues
Issues is a simplified github issues api client
issues/issues.go:12
TypeAlias
JsonArray
client/json_data.go:51
TypeAlias
JsonMap
* JsonData contains some helpers to help developers accessing a generic parsed json. As an example: rawData := "{ \"attr1\": \"string1\", \"attr2
client/json_data.go:25
TypeAlias
ListDirection
issues/list.go:41
TypeAlias
ListSort
issues/list.go:33
Struct
RepoListOptions
issues/list.go:102
TypeAlias
UserListFilter
issues/list.go:17
Struct
UserListOptions
TBD
issues/list.go:49
Struct
Users
Users is a simplified github users api client.
users/users.go:13
TypeAlias
ghAuthModes
AUTH METHODS
client/client.go:26