Versions in this module Expand all Collapse all v1 v1.2.0 Jan 20, 2020 v1.1.0 Jan 10, 2020 v1.0.0 Aug 21, 2019 Changes in this version + type HttpClient interface + Get func(path string, params map[string]string) (*http.Response, []byte, error) + Post func(path string, params map[string]string, body interface{}) (*http.Response, []byte, error) + func NewClient(baseUrl string) HttpClient