Versions in this module Expand all Collapse all v0 v0.3.0 May 5, 2025 Changes in this version + type CustomRoundTripper struct + BaseTransport http.RoundTripper + Headers map[string]string + func (rt *CustomRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) v0.2.0 Jun 26, 2024 Changes in this version + func NewHclogAdapter(logger hclog.Logger) resty.Logger + func SetLoggerForResty(client *resty.Client, logger hclog.Logger) + type Client struct + RestyClient *resty.Client + func New(logger hclog.Logger, cfg *config.Config) (*Client, error) + type HclogAdapter struct + func (a *HclogAdapter) Debugf(format string, v ...interface{}) + func (a *HclogAdapter) Errorf(format string, v ...interface{}) + func (a *HclogAdapter) Infof(format string, v ...interface{}) + func (a *HclogAdapter) Warnf(format string, v ...interface{})