aboutsummaryrefslogtreecommitdiff
path: root/account.go
Commit message (Expand)AuthorAgeFilesLines
* Fix typoMuhammad Talal Anwar2020-04-131-1/+1
* make the IsEqualTo() methods publicStefan Majewsky2018-05-301-1/+2
* proof-read documentationStefan Majewsky2018-05-031-2/+4
* add Account.isEqualTo, Container.isEqualToStefan Majewsky2018-04-271-0/+4
* s/project name/project ID/Stefan Majewsky2018-04-271-2/+2
* revamp the Headers APIStefan Majewsky2018-03-111-12/+7
* fix URL computation in Account.Capabilties()Stefan Majewsky2018-03-081-8/+1
* add struct Capabilities, Account.{,Raw}CapabilitiesStefan Majewsky2018-02-261-0/+50
* reorganize codeStefan Majewsky2018-02-191-23/+14
* 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