aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.rs
Commit message (Collapse)AuthorAgeFilesLines
* Upload one file should now work.Harald Eilertsen2018-12-161-5/+12
|
* Begin multipart/form-data upload support.Harald Eilertsen2018-11-191-0/+18
|
* Begin implement undocumented abconfig API.Harald Eilertsen2018-09-231-0/+6
|
* Begin implementaton of undocumented abook api to fetch connections.Harald Eilertsen2018-09-231-0/+6
|
* Upgrade dep reqwest to 0.9.1.Harald Eilertsen2018-09-221-9/+8
|
* Add support for fetching xchan data by address.Harald Eilertsen2018-08-211-9/+29
| | | | | | | Not entirely happy with it, have updated the signature of Client::fetch_stream and Client::url to take args, which are left out if they're not serializable (or empty, I hope.) Should probably use an Option instead, or maybe even two entry points for the api.
* Refactoring: Split into submodules.Harald Eilertsen2018-08-201-0/+104