aboutsummaryrefslogtreecommitdiff
path: root/account.go
Commit message (Expand)AuthorAgeFilesLines
* introduce Client interfaceStefan Majewsky2018-02-191-13/+19
* ensure that response body is drainedStefan Majewsky2018-02-111-0/+1
* sketch out the initial Object APIStefan Majewsky2018-02-101-0/+2
* implement container listingStefan Majewsky2018-02-071-1/+21
* switch from reflection to code generationStefan Majewsky2018-02-071-6/+3
* apparently having a private member is not enoughStefan Majewsky2018-02-051-0/+2
* redesign the header APIStefan Majewsky2018-02-051-10/+13
* add ContainerStefan Majewsky2018-02-041-12/+24
* implement compileHeadersStefan Majewsky2018-01-301-1/+1
* finalize Account.Post() design, add initial account testsStefan Majewsky2018-01-301-4/+11
* lay down the full Account APIStefan Majewsky2018-01-291-43/+26
* sketch out how requests could workStefan Majewsky2018-01-281-0/+58
* add Account, package docsStefan Majewsky2018-01-261-0/+89