aboutsummaryrefslogtreecommitdiffstats
path: root/src/group.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update reqwest and make async.Harald Eilertsen2021-07-051-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 fmtHarald Eilertsen2020-01-031-5/+2
|
* Move Client out of the api objects.Harald Eilertsen2020-01-031-19/+16
| | | | Also make constructor functions in the zotapi namespace.
* Use Url crate and move paths to submodules.Harald Eilertsen2020-01-031-6/+3
|
* Cargo fmtHarald Eilertsen2020-01-021-2/+2
|
* Replace serde_urlencoded with serde_qs.Harald Eilertsen2020-01-011-13/+5
| | | | Simplifies serialization of various types quite a bit.
* Implement fetching privacy group members.Harald Eilertsen2019-06-101-0/+46
|
* Fetch privacy groups.Harald Eilertsen2019-06-091-0/+34