| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reorganize code | Stefan Majewsky | 2018-02-19 | 1 | -90/+0 |
| | | | | | | | * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend". | ||||
| * | replace expectError by expectSuccess where possible | Stefan Majewsky | 2018-02-19 | 1 | -7/+7 |
| | | |||||
| * | switch from reflection to code generation | Stefan Majewsky | 2018-02-07 | 1 | -15/+15 |
| | | | | | | | This allows me to make the API much simpler. More simplification forthcoming in the following commit; I just want to make a cut since `make test` is happy right now. | ||||
| * | redesign the header API | Stefan Majewsky | 2018-02-05 | 1 | -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 Container | Stefan Majewsky | 2018-02-04 | 1 | -10/+10 |
| | | |||||
| * | add tests for metadata | Stefan Majewsky | 2018-02-04 | 1 | -2/+42 |
| | | |||||
| * | use dedicated Metadata type instead of http.Header | Stefan Majewsky | 2018-02-04 | 1 | -2/+1 |
| | | |||||
| * | build HTTP requests without ProviderClient.Request(), make tests work | Stefan Majewsky | 2018-02-04 | 1 | -3/+6 |
| | | |||||
| * | finalize Account.Post() design, add initial account tests | Stefan Majewsky | 2018-01-30 | 1 | -0/+52 |
| Failing right now because compileHeaders() is a stub. | |||||
