Versions in this module Expand all Collapse all v0 v0.21.0 May 22, 2021 v0.20.0 May 21, 2021 Changes in this version + type RestClient interface + Do func(ctx context.Context, e *endpoint.Endpoint, p *rest.Payload) (*http.Response, error) + DoWithHeader func(ctx context.Context, e *endpoint.Endpoint, p *rest.Payload, h http.Header) (*http.Response, error)