Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update reqwest and make async. | Harald Eilertsen | 2021-07-05 | 1 | -4/+17 |
| | | | | | | | | This means adding the full tokio as a dependency. While there isn't much gain to going async in the current cli demo app, a full fledged app may have more to gain by it. First foray into async rust, so I might not do it right... | ||||
* | Fix tests an update for newer rust. | Harald Eilertsen | 2021-07-04 | 1 | -1/+1 |
| | |||||
* | zotcli: Don't dump raw json response after post item. | Your Name | 2020-05-02 | 1 | -4/+30 |
| | |||||
* | Cargo fmt | Harald Eilertsen | 2020-01-03 | 1 | -4/+1 |
| | |||||
* | Move client constructor fn to submodule. | Harald Eilertsen | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | Move Client out of the api objects. | Harald Eilertsen | 2020-01-03 | 1 | -17/+12 |
| | | | | Also make constructor functions in the zotapi namespace. | ||||
* | Use Url crate and move paths to submodules. | Harald Eilertsen | 2020-01-03 | 1 | -3/+3 |
| | |||||
* | Cargo fmt | Harald Eilertsen | 2020-01-02 | 1 | -8/+10 |
| | |||||
* | Allow limiting a new item to one or more privacy groups. | Harald Eilertsen | 2020-01-01 | 1 | -12/+52 |
| | |||||
* | Abstract away type of stored data in an Item. | Harald Eilertsen | 2019-07-29 | 1 | -3/+36 |
| | | | | | Currently this seems rather pointless, but will make more sense when we need to store arrays in the Item data set. | ||||
* | Add a bit of doc to the ItemBuilder struct. | Harald Eilertsen | 2019-06-12 | 1 | -0/+17 |
| | |||||
* | Use rust edition 2018. | Harald Eilertsen | 2019-06-09 | 1 | -2/+4 |
| | |||||
* | Begin multipart/form-data upload support. | Harald Eilertsen | 2018-11-19 | 1 | -1/+13 |
| | |||||
* | Allow setting title for new items. | Harald Eilertsen | 2018-08-20 | 1 | -4/+11 |
| | |||||
* | Refactoring: Split into submodules. | Harald Eilertsen | 2018-08-20 | 1 | -0/+40 |