Versions in this module Expand all Collapse all v1 v1.3.1 Apr 19, 2023 Changes in this version type Client + func NewClient(w io.Writer) (Client, error) v1.3.0 Mar 22, 2023 Changes in this version + type Client interface + Do func(method string, uri string, body any) ([]byte, error) + Write func(any) error + func NewHTTPClient(w io.Writer) (Client, error)