Versions in this module Expand all Collapse all v0 v0.1.0 Mar 31, 2023 Changes in this version + const V1 + type Client struct + func NewClient(ctx context.Context, apikey string) (*Client, error) + func NewClientWithEndpoint(ctx context.Context, endpoint string, apikey string) (*Client, error) + func (cl *Client) ExecuteMethod(ctx context.Context, uri string, params *url.Values) (io.ReadSeekCloser, error)