piwigodotnet/PiwigoDotnet/Piwigo.Client/Contract
Philipp Häfelfinger 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
..
Album.cs 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
AlbumAdded.cs 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
AlbumList.cs 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
AlbumOrphans.cs starts using json strings from api examples to check mapping 2022-10-16 23:53:17 +02:00
PiwigoResponse.cs splits typed response into response without result and response with result 2022-10-16 23:10:20 +02:00
PiwigoStatus.cs splits client into multiple interfaces and adds a context 2022-10-15 00:07:59 +02:00