| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Format with go 1.19 | Sandro Jäckel | 2022-10-26 | 1 | -45/+44 |
| | | |||||
| * | document non-threadsafety | Stefan Majewsky | 2020-10-14 | 1 | -0/+9 |
| | | |||||
| * | Fix typo | Muhammad Talal Anwar | 2020-04-13 | 1 | -1/+1 |
| | | |||||
| * | make the IsEqualTo() methods public | Stefan Majewsky | 2018-05-30 | 1 | -1/+2 |
| | | |||||
| * | proof-read documentation | Stefan Majewsky | 2018-05-03 | 1 | -2/+4 |
| | | |||||
| * | add Account.isEqualTo, Container.isEqualTo | Stefan Majewsky | 2018-04-27 | 1 | -0/+4 |
| | | |||||
| * | s/project name/project ID/ | Stefan Majewsky | 2018-04-27 | 1 | -2/+2 |
| | | |||||
| * | revamp the Headers API | Stefan Majewsky | 2018-03-11 | 1 | -12/+7 |
| | | | | | | | | | | | | | | | | | | | 1. Move common methods of AccountHeaders, ContainerHeaders, ObjectHeaders into a base type Headers. 2. Fold Headers into RequestOptions to remove one of the two optional arguments on request methods. The new Headers.ToOpts() method offers a nice experience for users passing Headers to request methods. The Update() methods keep the explicit Headers argument since the Headers argument is not optional there. The only downside is that we lose a bit of type-safety because RequestOptions takes any Headers instance, so e.g. ContainerHeaders could be passed to Object.Upload(). I believe the benefits outweigh this problem. | ||||
| * | fix URL computation in Account.Capabilties() | Stefan Majewsky | 2018-03-08 | 1 | -8/+1 |
| | | |||||
| * | add struct Capabilities, Account.{,Raw}Capabilities | Stefan Majewsky | 2018-02-26 | 1 | -0/+50 |
| | | |||||
| * | reorganize code | Stefan Majewsky | 2018-02-19 | 1 | -23/+14 |
| | | | | | | | * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend". | ||||
| * | introduce Client interface | Stefan Majewsky | 2018-02-19 | 1 | -13/+19 |
| | | |||||
| * | ensure that response body is drained | Stefan Majewsky | 2018-02-11 | 1 | -0/+1 |
| | | |||||
| * | sketch out the initial Object API | Stefan Majewsky | 2018-02-10 | 1 | -0/+2 |
| | | |||||
| * | implement container listing | Stefan Majewsky | 2018-02-07 | 1 | -1/+21 |
| | | | | | Tests will follow sometime later this week. | ||||
| * | switch from reflection to code generation | Stefan Majewsky | 2018-02-07 | 1 | -6/+3 |
| | | | | | | | 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. | ||||
| * | apparently having a private member is not enough | Stefan Majewsky | 2018-02-05 | 1 | -0/+2 |
| | | |||||
| * | redesign the header API | Stefan Majewsky | 2018-02-05 | 1 | -10/+13 |
| | | | | | | | 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 | -12/+24 |
| | | |||||
| * | 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 | -4/+11 |
| | | | | | Failing right now because compileHeaders() is a stub. | ||||
| * | lay down the full Account API | Stefan Majewsky | 2018-01-29 | 1 | -43/+26 |
| | | |||||
| * | sketch out how requests could work | Stefan Majewsky | 2018-01-28 | 1 | -0/+58 |
| | | |||||
| * | add Account, package docs | Stefan Majewsky | 2018-01-26 | 1 | -0/+89 |
