Versions in this module Expand all Collapse all v1 v1.0.2 Apr 8, 2016 Changes in this version + type Method string + const Delete + const Get + const Patch + const Post + const Put v1.0.0 Apr 5, 2016 Changes in this version + func AddQueryParameters(baseURL string, queryParams map[string]string) string + func BuildRequestObject(request Request) (*http.Request, error) + func MakeRequest(req *http.Request) (*http.Response, error) + type Request struct + BaseURL string + Method string + QueryParams map[string]string + RequestBody []byte + RequestHeaders map[string]string + type Response struct + ResponseBody string + ResponseHeaders map[string][]string + StatusCode int + func API(request Request) (Response, error) + func BuildResponse(res *http.Response) (Response, error) Incompatible versions in this module v2.1.0+incompatible Jun 11, 2016 v2.0.0+incompatible Jun 3, 2016