aboutsummaryrefslogtreecommitdiffstats
path: root/src/item.rs
Commit message (Collapse)AuthorAgeFilesLines
* zotcli: Don't dump raw json response after post item.Your Name2020-05-021-4/+30
|
* Cargo fmtHarald Eilertsen2020-01-031-4/+1
|
* Move client constructor fn to submodule.Harald Eilertsen2020-01-031-1/+1
|
* Move Client out of the api objects.Harald Eilertsen2020-01-031-17/+12
| | | | Also make constructor functions in the zotapi namespace.
* Use Url crate and move paths to submodules.Harald Eilertsen2020-01-031-3/+3
|
* Cargo fmtHarald Eilertsen2020-01-021-8/+10
|
* Allow limiting a new item to one or more privacy groups.Harald Eilertsen2020-01-011-12/+52
|
* Abstract away type of stored data in an Item.Harald Eilertsen2019-07-291-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 Eilertsen2019-06-121-0/+17
|
* Use rust edition 2018.Harald Eilertsen2019-06-091-2/+4
|
* Begin multipart/form-data upload support.Harald Eilertsen2018-11-191-1/+13
|
* Allow setting title for new items.Harald Eilertsen2018-08-201-4/+11
|
* Refactoring: Split into submodules.Harald Eilertsen2018-08-201-0/+40