Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + type HttpClientWrapper struct + BaseURL string + func NewHttpClientWrapper(client *http.Client, baseUrl string) *HttpClientWrapper + func (c *HttpClientWrapper) Get() NewRequest + func (c *HttpClientWrapper) Into(body io.ReadCloser, r interface{}) error + func (c *HttpClientWrapper) Verb(verb string) NewRequest + type NewRequest func(string, io.Reader) (*http.Request, error) + type Opts struct + Ctx context.Context + Hooks hooks.HooksClient