Versions in this module Expand all Collapse all v0 v0.0.2 Dec 27, 2024 v0.0.1 Dec 20, 2024 Changes in this version + type Client struct + func New(apiKey, url string) *Client + func (c *Client) Get(path string) ([]byte, error) + func (c *Client) Post(path string, body io.Reader) ([]byte, error) v0.0.0 Dec 19, 2024