Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xchan: update internal api and parse results into struct. | Your Name | 2020-05-02 | 1 | -4/+4 |
| | |||||
* | Update abook with struct and request object. | Harald Eilertsen | 2020-02-14 | 1 | -24/+5 |
| | |||||
* | Refactor how ABConfigs are fetched. | Harald Eilertsen | 2020-02-13 | 1 | -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 Eilertsen | 2020-01-04 | 1 | -3/+12 |
| | |||||
* | Make channel and network stream behave like the rest. | Harald Eilertsen | 2020-01-03 | 2 | -2/+2 |
| | |||||
* | Move Client out of the api objects. | Harald Eilertsen | 2020-01-03 | 4 | -7/+7 |
| | | | | Also make constructor functions in the zotapi namespace. | ||||
* | Cargo fmt | Harald Eilertsen | 2020-01-02 | 7 | -57/+45 |
| | |||||
* | No need for extern crate in Rust 2018. | Harald Eilertsen | 2020-01-02 | 1 | -3/+0 |
| | |||||
* | zotcli: Limit post to one or more groups. | Harald Eilertsen | 2020-01-01 | 1 | -0/+6 |
| | |||||
* | zotcli: Handle attaching media to posts. | Harald Eilertsen | 2019-06-12 | 1 | -1/+6 |
| | |||||
* | zotcli: Fetch group members by group id or group name. | Harald Eilertsen | 2019-06-10 | 1 | -0/+19 |
| | |||||
* | zotcli: Make group formatting work and print flags. | Harald Eilertsen | 2019-06-10 | 1 | -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 Eilertsen | 2019-06-09 | 2 | -0/+38 |
| | |||||
* | zotcli can now post messages with titles. | Harald Eilertsen | 2019-06-09 | 1 | -2/+9 |
| | |||||
* | Move abconfig example to new example app. | Harald Eilertsen | 2018-11-06 | 2 | -0/+30 |
| | |||||
* | Move the post new item example code to new example app. | Harald Eilertsen | 2018-11-06 | 2 | -0/+30 |
| | |||||
* | Move zot cli example modules into submodule. | Harald Eilertsen | 2018-10-28 | 5 | -0/+315 |
Also rename example from zot to zotcli to avoid name clash. |