# Functions
New creates and initializes a new Resty client based on the provided configuration.
NewHclogAdapter creates a new adapter that forwards messages to an hclog.Logger.
SetLoggerForResty sets the adapted hclog.Logger as the logger for Resty.
# Structs
Client represents a Resty a wrapper for the Resty client.
HclogAdapter adapts an hclog.Logger to be compatible with the resty log.Logger interface.