Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

7.2.0

Latest
Compare
Choose a tag to compare
@gulien gulien released this 14 Jun 16:47
· 2 commits to master since this release
6e52fa8

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