Versions in this module Expand all Collapse all v0 v0.0.5 Dec 31, 2023 v0.0.4 Dec 31, 2023 Changes in this version + type HTTPClient struct + BaseURL string + Client *http.Client + Timeout time.Duration + UserAgent string + func NewHTTPClient(baseURL string, timeout time.Duration, userAgent string) *HTTPClient + func (c *HTTPClient) Request(method, endpoint string, headers map[string]string, reqBody interface{}, ...) error + func (c *HTTPClient) SetTimeout(timeout time.Duration) + func (c *HTTPClient) SetUserAgent(userAgent string)