Versions in this module Expand all Collapse all v0 v0.1.0 Sep 5, 2022 Changes in this version + var ErrAuthenticationRequired = errors.New("authentication required") + var ErrAuthorizationFailed = errors.New("authorization failed") + var ErrResourceNotFound = errors.New("resource not found") + func ClientFromOpts(opts ClientOpts) *http.Client + func NewErr(r *http.Response) error + type ClientOpts struct + Insecure bool + Timeout time.Duration + Verbose bool + type Err struct + Response *http.Response + func (e *Err) Error() string + func (e *Err) StatusCode() int + type UnexpectedError struct + Err error + func NewUnexpectedError(err error) *UnexpectedError + func (e *UnexpectedError) Error() string