Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include XChan in the Abook struct. | Harald Eilertsen | 2023-03-26 | 1 | -3/+16 |
| | | | | | | I feel this is a better representation than what is coming directly from the API where it's all returned as one json object with fieldnames prefixed with abook or xchan respectively. | ||||
* | Fetch abook and xchan directly from api. | Harald Eilertsen | 2023-03-26 | 1 | -26/+47 |
| | | | | We don't really need the intermediate layer in the binary module. | ||||
* | Update reqwest and make async. | Harald Eilertsen | 2021-07-05 | 1 | -2/+2 |
| | | | | | | | | 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... | ||||
* | Update abook with struct and request object. | Harald Eilertsen | 2020-02-14 | 1 | -5/+102 |
| | |||||
* | Cargo fmt | Harald Eilertsen | 2020-01-03 | 1 | -5/+1 |
| | |||||
* | Move Client out of the api objects. | Harald Eilertsen | 2020-01-03 | 1 | -9/+7 |
| | | | | Also make constructor functions in the zotapi namespace. | ||||
* | Use Url crate and move paths to submodules. | Harald Eilertsen | 2020-01-03 | 1 | -2/+3 |
| | |||||
* | Cargo fmt | Harald Eilertsen | 2020-01-02 | 1 | -3/+1 |
| | |||||
* | Use rust edition 2018. | Harald Eilertsen | 2019-06-09 | 1 | -2/+4 |
| | |||||
* | Begin implementaton of undocumented abook api to fetch connections. | Harald Eilertsen | 2018-09-23 | 1 | -0/+34 |