aboutsummaryrefslogtreecommitdiffstats
path: root/src/xchan.rs
Commit message (Expand)AuthorAgeFilesLines
* Fetch abook and xchan directly from api.Harald Eilertsen2023-03-261-28/+96
* Update reqwest and make async.Harald Eilertsen2021-07-051-2/+2
* xchan: update internal api and parse results into struct.Your Name2020-05-021-10/+50
* xchan: rename request object type to XChanRequest.Your Name2020-05-021-12/+12
* Cargo fmtHarald Eilertsen2020-01-031-4/+1
* Move Client out of the api objects.Harald Eilertsen2020-01-031-12/+10
* Use Url crate and move paths to submodules.Harald Eilertsen2020-01-031-2/+2
* Cargo fmtHarald Eilertsen2020-01-021-5/+3
* Replace serde_urlencoded with serde_qs.Harald Eilertsen2020-01-011-14/+4
* Use rust edition 2018.Harald Eilertsen2019-06-091-2/+4
* Use enum instead of BTreeMap to select xchan.Harald Eilertsen2018-08-231-7/+26
* Add fetching xchans by guid and has too.Harald Eilertsen2018-08-231-0/+10
* Add support for fetching xchan data by address.Harald Eilertsen2018-08-211-0/+42