Versions in this module Expand all Collapse all v1 v1.0.0 May 17, 2022 Changes in this version + func NewRequest(ctx context.Context, method, endpoint string, c Credentials) (*http.Request, error) + type Credentials interface + func BasicAuth(username, password string) Credentials + func BearerToken(token string) Credentials + func FromHeader(key, value string) Credentials + func FromQueryString(key, value string) Credentials