| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | increase test coverage | Stefan Majewsky | 2018-02-07 | 1 | -42/+1 |
| | | |||||
| * | switch from reflection to code generation | Stefan Majewsky | 2018-02-07 | 1 | -10/+9 |
| | | | | | | | 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 | -11/+8 |
| | | | | | | | 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 | -8/+15 |
| | | |||||
| * | build HTTP requests without ProviderClient.Request(), make tests work | Stefan Majewsky | 2018-02-04 | 1 | -5/+3 |
| | | |||||
| * | implement compileHeaders | Stefan Majewsky | 2018-01-30 | 1 | -1/+1 |
| | | | | | Test is still failing though... | ||||
| * | finalize Account.Post() design, add initial account tests | Stefan Majewsky | 2018-01-30 | 1 | -1/+6 |
| | | | | | Failing right now because compileHeaders() is a stub. | ||||
| * | lay down the full Account API | Stefan Majewsky | 2018-01-29 | 1 | -0/+81 |
