aboutsummaryrefslogtreecommitdiff
path: root/account_test.go
Commit message (Collapse)AuthorAgeFilesLines
* redesign the header APIStefan Majewsky2018-02-051-18/+14
| | | | | | I'm quite satisfied with this right now (though this doesn't say anything about how I feel about it tomorrow), but it's ugly that some guts (headers.Base) are exposed in the public API.
* add ContainerStefan Majewsky2018-02-041-10/+10
|
* add tests for metadataStefan Majewsky2018-02-041-2/+42
|
* use dedicated Metadata type instead of http.HeaderStefan Majewsky2018-02-041-2/+1
|
* build HTTP requests without ProviderClient.Request(), make tests workStefan Majewsky2018-02-041-3/+6
|
* finalize Account.Post() design, add initial account testsStefan Majewsky2018-01-301-0/+52
Failing right now because compileHeaders() is a stub.