Versions in this module Expand all Collapse all v0 v0.11.1 Feb 11, 2021 v0.11.0 Feb 11, 2021 Changes in this version + func GetHTTPClient(customFile string) *http.Client + type TokenResponse struct + AccessToken string + ExpiresIn int + IssuedAt time.Time + RefreshToken string + Token string + func Request(token string, repo string, username string, writeAccessRequired bool, ...) (*TokenResponse, error)