Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Client struct + func New() (*Client, error) + func (c *Client) Do(req *Request, res interface{}) error + func (c *Client) DoQuery(q string, res interface{}) error + type Request struct + func NewRequest(q string) *Request + func (r *Request) AddHeader(key, value string) + func (r *Request) SetVar(key string, value interface{})