aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fetch abook and xchan directly from api.Harald Eilertsen2023-03-261-1/+1
* Update reqwest and make async.Harald Eilertsen2021-07-051-50/+56
* Fix tests an update for newer rust.Harald Eilertsen2021-07-041-3/+3
* xchan: update internal api and parse results into struct.Your Name2020-05-021-6/+50
* Update abook with struct and request object.Harald Eilertsen2020-02-141-1/+1
* tests: Make default mock return empty array.Harald Eilertsen2020-02-141-1/+1
* tests: No need to check response returned by mock.Harald Eilertsen2020-02-141-4/+2
* Refactor how ABConfigs are fetched.Harald Eilertsen2020-02-131-2/+2
* Add fetching ABConfig for only a given contact.Harald Eilertsen2020-02-131-0/+12
* abconfig: reorg + parse result into struct.Harald Eilertsen2020-01-041-2/+31
* Cargo fmtHarald Eilertsen2020-01-031-3/+1
* Make channel and network stream behave like the rest.Harald Eilertsen2020-01-031-3/+3
* Move Client out of the api objects.Harald Eilertsen2020-01-031-27/+33
* Cargo fmtHarald Eilertsen2020-01-021-52/+82
* No need for extern crate in Rust 2018.Harald Eilertsen2020-01-021-3/+0
* Allow limiting a new item to one or more privacy groups.Harald Eilertsen2020-01-011-0/+28
* tests: Verify authorization properly.Harald Eilertsen2020-01-011-15/+14
* Update to Mockito 0.19 for smoother tests.Harald Eilertsen2019-07-291-12/+11
* Reduce duplication in tests.Harald Eilertsen2019-06-121-84/+35
* Fix uploading of attachments to posts.Harald Eilertsen2019-06-121-3/+3
* Implement fetching privacy group members.Harald Eilertsen2019-06-101-0/+30
* Fetch privacy groups.Harald Eilertsen2019-06-091-0/+14
* Add test for uploading two files.Harald Eilertsen2018-12-161-0/+37
* Upload one file should now work.Harald Eilertsen2018-12-162-2/+15
* Begin multipart/form-data upload support.Harald Eilertsen2018-11-191-0/+20
* Begin implement undocumented abconfig API.Harald Eilertsen2018-09-231-0/+14
* Begin implementaton of undocumented abook api to fetch connections.Harald Eilertsen2018-09-231-0/+14
* Add fetching xchans by guid and has too.Harald Eilertsen2018-08-231-0/+28
* Add support for fetching xchan data by address.Harald Eilertsen2018-08-211-0/+14
* Allow setting title for new items.Harald Eilertsen2018-08-201-0/+21
* Use builder pattern to construct items.Harald Eilertsen2018-08-201-1/+1
* First attempt at creating posts.Harald Eilertsen2018-08-191-0/+16
* Add licence blurb to sources.Harald Eilertsen2018-08-191-0/+16
* Add method for fetching network stream.Harald Eilertsen2018-08-191-0/+15
* Return error from channel stream API if unauthorized.Harald Eilertsen2018-08-191-1/+16
* Pass authorization info to endpoint.Harald Eilertsen2018-08-071-2/+3
* First iteration of getting channel stream from server.Harald Eilertsen2018-08-071-0/+18