aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot
Commit message (Collapse)AuthorAgeFilesLines
* Refactor how ABConfigs are fetched.Harald Eilertsen2020-02-131-1/+1
| | | | | | | Introduce a `z()` menber function that creates the request object that we use for further configuring the requset. This eliminates the need to two fetch functions, and is meant to provide a consistent way of doing these requests.
* abconfig: reorg + parse result into struct.Harald Eilertsen2020-01-041-3/+12
|
* Make channel and network stream behave like the rest.Harald Eilertsen2020-01-032-2/+2
|
* Move Client out of the api objects.Harald Eilertsen2020-01-034-7/+7
| | | | Also make constructor functions in the zotapi namespace.
* Cargo fmtHarald Eilertsen2020-01-027-57/+45
|
* No need for extern crate in Rust 2018.Harald Eilertsen2020-01-021-3/+0
|
* zotcli: Limit post to one or more groups.Harald Eilertsen2020-01-011-0/+6
|
* zotcli: Handle attaching media to posts.Harald Eilertsen2019-06-121-1/+6
|
* zotcli: Fetch group members by group id or group name.Harald Eilertsen2019-06-101-0/+19
|
* zotcli: Make group formatting work and print flags.Harald Eilertsen2019-06-101-5/+20
| | | | | Formatting requires the format arguments to be proper strings or integers. Formatting a serde_json::Value directly did not work.
* Fetch privacy groups.Harald Eilertsen2019-06-092-0/+38
|
* zotcli can now post messages with titles.Harald Eilertsen2019-06-091-2/+9
|
* Move abconfig example to new example app.Harald Eilertsen2018-11-062-0/+30
|
* Move the post new item example code to new example app.Harald Eilertsen2018-11-062-0/+30
|
* Move zot cli example modules into submodule.Harald Eilertsen2018-10-285-0/+315
Also rename example from zot to zotcli to avoid name clash.