aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/abconfig.rs
Commit message (Collapse)AuthorAgeFilesLines
* Promote example app to proper command line client.Your Name2020-05-031-38/+0
|
* Refactor how ABConfigs are fetched.Harald Eilertsen2020-02-131-1/+1
| | | | | | | 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.
* abconfig: reorg + parse result into struct.Harald Eilertsen2020-01-041-3/+12
|
* Move Client out of the api objects.Harald Eilertsen2020-01-031-1/+1
| | | | Also make constructor functions in the zotapi namespace.
* Cargo fmtHarald Eilertsen2020-01-021-1/+1
|
* Move abconfig example to new example app.Harald Eilertsen2018-11-061-0/+29