Versions in this module Expand all Collapse all v0 v0.1.1 Aug 11, 2020 v0.1.0 Jul 22, 2020 Changes in this version + type Client struct + Audience string + Host string + ServiceAccount string + func (c *Client) Do(baseURL string, req *Request) (int, []byte, error) + type Request struct + Method string + Params interface{} + func (r *Request) BuildHTTPReq(host string, serviceAccount string, audience string, baseURL string) (*http.Request, error) + type ResponseError struct + Code int + Message string + Name string + func (e *ResponseError) Error() string