Versions in this module Expand all Collapse all v76 v76.0.21 Nov 21, 2025 v76.0.20 Nov 20, 2025 Changes in this version + func GetAllDetected() (token, v3ep, v3upload, v4ep, host, hostSource, tokenSource string) + func GetTokenAndEndpoints() (token string, v3ep string, v3upload string, v4ep string) + func NewGithubClient(opts ...Option) (*github.Client, error) + type Config struct + DialTimeout time.Duration + Endpoint string + HTTPClient *http.Client + Owner string + Repo string + SkipAuth bool + TLSHandshakeTimeout time.Duration + Timeout time.Duration + Token string + type Option func(*Config) error + func DialTimeout(to time.Duration) Option + func Endpoint(t string) Option + func HTTPClient(httpClient *http.Client) Option + func Owner(owner string) Option + func OwnerRepo(ownerrepo string) Option + func SkipAuth(enable bool) Option + func TLSHandshakeTimeout(to time.Duration) Option + func Timeout(to time.Duration) Option + func Token(t string) Option Other modules containing this package github.com/k1LoW/go-github-client/v33 github.com/k1LoW/go-github-client/v34 github.com/k1LoW/go-github-client/v35 github.com/k1LoW/go-github-client/v36 github.com/k1LoW/go-github-client/v37 github.com/k1LoW/go-github-client/v38 github.com/k1LoW/go-github-client/v39 github.com/k1LoW/go-github-client/v40 github.com/k1LoW/go-github-client/v41 github.com/k1LoW/go-github-client/v42 github.com/k1LoW/go-github-client/v43 github.com/k1LoW/go-github-client/v44 github.com/k1LoW/go-github-client/v45 github.com/k1LoW/go-github-client/v46 github.com/k1LoW/go-github-client/v47 github.com/k1LoW/go-github-client/v48 github.com/k1LoW/go-github-client/v49 github.com/k1LoW/go-github-client/v50 github.com/k1LoW/go-github-client/v51 github.com/k1LoW/go-github-client/v52 github.com/k1LoW/go-github-client/v53 github.com/k1LoW/go-github-client/v54 github.com/k1LoW/go-github-client/v55 github.com/k1LoW/go-github-client/v56 github.com/k1LoW/go-github-client/v57 github.com/k1LoW/go-github-client/v58 github.com/k1LoW/go-github-client/v59 github.com/k1LoW/go-github-client/v60 github.com/k1LoW/go-github-client/v61 github.com/k1LoW/go-github-client/v62 github.com/k1LoW/go-github-client/v63 github.com/k1LoW/go-github-client/v64 github.com/k1LoW/go-github-client/v65 github.com/k1LoW/go-github-client/v66 github.com/k1LoW/go-github-client/v67 github.com/k1LoW/go-github-client/v68 github.com/k1LoW/go-github-client/v69 github.com/k1LoW/go-github-client/v70 github.com/k1LoW/go-github-client/v71 github.com/k1LoW/go-github-client/v72 github.com/k1LoW/go-github-client/v73 github.com/k1LoW/go-github-client/v74 github.com/k1LoW/go-github-client/v75 github.com/k1LoW/go-github-client/v77 github.com/k1LoW/go-github-client/v78 github.com/k1LoW/go-github-client/v79