Commit Graph

11 Commits

Author SHA1 Message Date
ef0d127b61 adds add to image api 2022-10-22 22:38:25 +02:00
002734f692 adds check upload 2022-10-22 20:36:20 +02:00
0d92316992 moves enums to contract namespace 2022-10-22 20:24:57 +02:00
95facd4019 completes get images by album implementation and adds verify to makes testing a bit easier 2022-10-21 21:20:21 +02:00
ff53bbec16 adds first get images implementation with image type not complete yet 2022-10-21 00:23:54 +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
181ccef825 splits typed response into response without result and response with result 2022-10-16 23:10:20 +02:00
37c262e74f renames category to album even if the api reference uses category. piwigo uses album everywhere and this seems more logical 2022-10-16 23:06:25 +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