aboutsummaryrefslogtreecommitdiff
path: root/request.go
Commit message (Collapse)AuthorAgeFilesLines
* reorganize codeStefan Majewsky2018-02-191-6/+6
| | | | | | * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend".
* 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
| | | | 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