Versions in this module Expand all Collapse all v1 v1.0.0 Apr 23, 2020 Changes in this version + type Builder interface + AddInterceptors func(...Interceptor) Builder + Build func() *http.Client + WithPreconfiguredClient func(*http.Client) Builder + func Init() Builder + type Handler func(*http.Request) (*http.Response, error) + type Interceptor func(*http.Request, Handler) (*http.Response, error)