Commit Graph

6 Commits

Author SHA1 Message Date
f3ff670ef0 adds DeleteRepresentativeAsync to album api
passes cancellation token to all async requests
2022-10-17 23:23:25 +02:00
a05e149b31 optimizes login method 2022-10-17 00:23:40 +02:00
32a071b6c7 adds delete album and make context response type aware to handle response status within the call context 2022-10-17 00:16:30 +02:00
09a7a40dff starts using json strings from api examples to check mapping
adds CalculateOrphansAsync to AlbumApi
removes some not needed log lines
removes tests explicit login calls
2022-10-16 23:53:17 +02:00
62679b0c09 moves login and logout to context and adds abstracted generic post method to hide flurl from api implementations 2022-10-16 22:58:38 +02:00
e5ba4c6e4a splits client into multiple interfaces and adds a context
adds code format for rider / resharper
2022-10-15 00:07:59 +02:00