| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add tests for container iterator | Stefan Majewsky | 2018-02-10 | 1 | -6/+0 |
| | | |||||
| * | finish moving towards new auto-generated Headers implementation | Stefan Majewsky | 2018-02-07 | 1 | -0/+7 |
| | | | | | | Everything in one package once more. The bigger API in *this* package is worth it when we don't have to expose guts to cross package boundaries. | ||||
| * | switch from reflection to code generation | Stefan Majewsky | 2018-02-07 | 1 | -154/+17 |
| | | | | | | | 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. | ||||
| * | add type-safe accessors for most container headers | Stefan Majewsky | 2018-02-05 | 1 | -9/+25 |
| | | |||||
| * | apparently having a private member is not enough | Stefan Majewsky | 2018-02-05 | 1 | -2/+25 |
| | | |||||
| * | redesign the header API | Stefan Majewsky | 2018-02-05 | 1 | -232/+90 |
| | | | | | | | 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 | -0/+11 |
| | | |||||
| * | add tests for metadata | Stefan Majewsky | 2018-02-04 | 1 | -5/+2 |
| | | |||||
| * | use dedicated Metadata type instead of http.Header | Stefan Majewsky | 2018-02-04 | 1 | -20/+14 |
| | | |||||
| * | build HTTP requests without ProviderClient.Request(), make tests work | Stefan Majewsky | 2018-02-04 | 1 | -59/+70 |
| | | |||||
| * | compileHeaders: do not serialize read-only fields | Stefan Majewsky | 2018-01-30 | 1 | -2/+2 |
| | | |||||
| * | implement compileHeaders | Stefan Majewsky | 2018-01-30 | 1 | -1/+44 |
| | | | | | Test is still failing though... | ||||
| * | finalize Account.Post() design, add initial account tests | Stefan Majewsky | 2018-01-30 | 1 | -1/+1 |
| | | | | | Failing right now because compileHeaders() is a stub. | ||||
| * | lay down the full Account API | Stefan Majewsky | 2018-01-29 | 1 | -0/+232 |
