Versions in this module Expand all Collapse all v1 v1.7.2 Nov 26, 2023 Changes in this version + var DefaultClient = &http.Client + type Client struct + Accept string + Client *http.Client + Encoding string + Endpoint string + Secret string + SkipVerify bool + func New(endpoint, secret string, skipverify bool) *Client + func (s *Client) Do(ctx context.Context, in, out interface{}) error