Versions in this module Expand all Collapse all v1 v1.2.0 Feb 13, 2026 v1.1.0 Oct 7, 2023 Changes in this version + type ClientS struct + APIKey string + func Client(apiKey string) *ClientS + func (c *ClientS) Convert(params map[string]string) ([]byte, error) + func (c *ClientS) Currencies(params map[string]string) ([]byte, error) + func (c *ClientS) History(params map[string]string) ([]byte, error) + func (c *ClientS) Rates(params map[string]string) ([]byte, error) + func (c *ClientS) Timeframe(params map[string]string) ([]byte, error)