aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make channel_stream return error on auth failureHarald Eilertsen2024-01-121-1/+29
| | | | Also reenables the relevant tests.
* Another reqrite...Harald Eilertsen2023-03-291-0/+7
| | | | | | | | | | | | | | | | | | Third time must be where it sits I hope. I felt the API was getting a bit too distracted by unnecessary constructs and abstractions, so I'm trying to simplify it by making it more straight forward. The idea now is to have one main API class (ZotApi), and all the various remote API's as public methods on this basic class. Iow, the ZotApi class is mainly based on the existing `Client` class, which is then being phased out. And instead of having each API tied to the data type they return, I'm just adding methods that will return the respective data types. This should reduce coupling between the returned data, and the API calls themselves.
* Add generix API error which is a string.Harald Eilertsen2023-03-261-0/+7
|
* abconfig: reorg + parse result into struct.Harald Eilertsen2020-01-041-0/+7
|
* Replace serde_urlencoded with serde_qs.Harald Eilertsen2020-01-011-0/+7
| | | | Simplifies serialization of various types quite a bit.
* Refactoring: Split into submodules.Harald Eilertsen2018-08-201-0/+38