Commit Graph

9 Commits

Author SHA1 Message Date
d52d836761 client: return full http.Response in httpActionDo 2014-10-31 17:25:04 -07:00
97c23c4333 client: pass around statuscode instead of Response
There's no real need for do and doWithTimeout to return Responses when
the only field of interest is the status code.

This also removes the superfluous httpMembersAPIResponse struct.
2014-10-29 15:47:55 -07:00
ce4df96e69 client: break apart KeysAPI from httpClient 2014-10-24 13:27:59 -07:00
992e7c76e0 client: copy v2KeysPrefix to httpClient
It's poor form to muck with a global variable. Make a copy when the
httpClient object is instantiated to make httpClient.SetPrefix safe.
2014-10-23 16:31:45 -07:00
a85a47c8f9 client: s/v2URL/v2KeysURL/ 2014-10-23 16:31:42 -07:00
b3d5333cb3 *: fix various formatting issues 2014-10-20 17:55:18 -07:00
7a4d42166b *: add license header to all source files 2014-10-17 15:41:22 -07:00
4183b69e12 *: move from third_party to Godep 2014-10-14 00:37:52 -07:00
49cc76d33b client: min client for discovery 2014-09-21 10:29:52 -07:00