aboutsummaryrefslogtreecommitdiff
path: root/request.go
Commit message (Expand)AuthorAgeFilesLines
* reorganize codeStefan Majewsky2018-02-191-6/+6
* introduce Client interfaceStefan Majewsky2018-02-191-32/+6
* remove old cruftStefan Majewsky2018-02-171-14/+0
* ensure that response body is drainedStefan Majewsky2018-02-111-1/+8
* sketch out the initial Object APIStefan Majewsky2018-02-101-0/+3
* implement container listingStefan Majewsky2018-02-071-5/+17
* redesign the header APIStefan Majewsky2018-02-051-7/+11
* build HTTP requests without ProviderClient.Request(), make tests workStefan Majewsky2018-02-041-17/+18
* finalize Account.Post() design, add initial account testsStefan Majewsky2018-01-301-14/+21
* lay down the full Account APIStefan Majewsky2018-01-291-1/+4
* sketch out how requests could workStefan Majewsky2018-01-281-0/+161