aboutsummaryrefslogtreecommitdiff
path: root/request.go
Commit message (Collapse)AuthorAgeFilesLines
* implement container listingStefan Majewsky2018-02-071-5/+17
| | | | Tests will follow sometime later this week.
* redesign the header APIStefan Majewsky2018-02-051-7/+11
| | | | | | 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.
* 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
| | | | Failing right now because compileHeaders() is a stub.
* lay down the full Account APIStefan Majewsky2018-01-291-1/+4
|
* sketch out how requests could workStefan Majewsky2018-01-281-0/+161