Versions in this module Expand all Collapse all v0 v0.3.1 Mar 15, 2024 v0.3.0 Mar 14, 2024 Changes in this version + func GetCodeApiURL(c *config.Config) (string, error) + type HTTPClient interface + DoCall func(ctx context.Context, method string, path string, requestBody []byte) (responseBody []byte, err error) + func NewHTTPClient(client func() *http.Client, instrumentor observability.Instrumentor, ...) HTTPClient