Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor how ABConfigs are fetched. | Harald Eilertsen | 2020-02-13 | 1 | -16/+20 |
| | | | | | | | Introduce a `z()` menber function that creates the request object that we use for further configuring the requset. This eliminates the need to two fetch functions, and is meant to provide a consistent way of doing these requests. | ||||
* | Let api access client request object directly. | Harald Eilertsen | 2020-02-13 | 1 | -5/+5 |
| | | | | | This simplifies things a bit, as we don't need to buffer query params and such outside of the request itself. | ||||
* | Add fetching ABConfig for only a given contact. | Harald Eilertsen | 2020-02-13 | 1 | -0/+36 |
| | |||||
* | abconfig: reorg + parse result into struct. | Harald Eilertsen | 2020-01-04 | 1 | -8/+13 |
| | |||||
* | Cargo fmt | Harald Eilertsen | 2020-01-03 | 1 | -4/+1 |
| | |||||
* | Move Client out of the api objects. | Harald Eilertsen | 2020-01-03 | 1 | -9/+7 |
| | | | | Also make constructor functions in the zotapi namespace. | ||||
* | Use Url crate and move paths to submodules. | Harald Eilertsen | 2020-01-03 | 1 | -2/+2 |
| | |||||
* | Cargo fmt | Harald Eilertsen | 2020-01-02 | 1 | -3/+1 |
| | |||||
* | Use rust edition 2018. | Harald Eilertsen | 2019-06-09 | 1 | -2/+4 |
| | |||||
* | Begin implement undocumented abconfig API. | Harald Eilertsen | 2018-09-23 | 1 | -0/+34 |