This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
This release adds the following methods:
func (c *Client) PostContext(ctx context.Context, req Request) (*http.Response, error)
func (c *Client) StoreContext(ctx context.Context, req Request, dest string) error
Thanks @ungerik