Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update reqwest and make async. | Harald Eilertsen | 2021-07-05 | 1 | -4/+4 |
| | | | | | | | | 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... | ||||
* | Cargo fmt | Harald Eilertsen | 2020-01-03 | 1 | -5/+2 |
| | |||||
* | Move Client out of the api objects. | Harald Eilertsen | 2020-01-03 | 1 | -19/+16 |
| | | | | Also make constructor functions in the zotapi namespace. | ||||
* | Use Url crate and move paths to submodules. | Harald Eilertsen | 2020-01-03 | 1 | -6/+3 |
| | |||||
* | Cargo fmt | Harald Eilertsen | 2020-01-02 | 1 | -2/+2 |
| | |||||
* | Replace serde_urlencoded with serde_qs. | Harald Eilertsen | 2020-01-01 | 1 | -13/+5 |
| | | | | Simplifies serialization of various types quite a bit. | ||||
* | Implement fetching privacy group members. | Harald Eilertsen | 2019-06-10 | 1 | -0/+46 |
| | |||||
* | Fetch privacy groups. | Harald Eilertsen | 2019-06-09 | 1 | -0/+34 |