Versions in this module Expand all Collapse all v0 v0.1.0 Nov 9, 2021 Changes in this version + type APIClient struct + func New(params *Params) *APIClient + func (r APIClient) Call(ctx context.Context, params *CallParams) error + func (r APIClient) Get(ctx context.Context, params *RequestParams) (json.RawMessage, error) + type CallParams struct + Action string + Module string + Request interface{} + Result interface{} + type Params struct + APIKey string + BaseURL *url.URL + HTTP *http.Client + type RequestParams struct + Action string + Module string + Other map[string]string