Commit Graph

86 Commits

Author SHA1 Message Date
Philipp Häfelfinger c4e1eb4923 completes first version of the image api parts 2022-10-25 17:19:13 +02:00
Philipp Häfelfinger 55dfca052b adds some xml doc to image api 2022-10-22 23:58:21 +02:00
Philipp Häfelfinger 1ff1121bf4 adds AddComment to images api 2022-10-22 23:42:12 +02:00
Philipp Häfelfinger 33711e20ff update piwigo responses with proper versions from piwigo api 2022-10-22 23:29:52 +02:00
Philipp Häfelfinger fadd9bc1a9 changes contract classes to records
adds getinfo to image api
2022-10-22 23:20:26 +02:00
Philipp Häfelfinger a8ad6ca9ff adds an add overload to update an image 2022-10-22 22:43:12 +02:00
Philipp Häfelfinger ef0d127b61 adds add to image api 2022-10-22 22:38:25 +02:00
Philipp Häfelfinger 002734f692 adds check upload 2022-10-22 20:36:20 +02:00
Philipp Häfelfinger 0d92316992 moves enums to contract namespace 2022-10-22 20:24:57 +02:00
Philipp Häfelfinger 7074ebf709 adds AddChunkAsync to image api 2022-10-22 20:24:12 +02:00
Philipp Häfelfinger 171aeb6e5e updates getall to provide some parameters 2022-10-21 21:45:33 +02:00
Philipp Häfelfinger 007d1caacf renames category enums to album enums and adds setInfo to albumapi 2022-10-21 21:29:08 +02:00
Philipp Häfelfinger 381fc9a436 adds move to album api 2022-10-21 21:22:53 +02:00
Philipp Häfelfinger 95facd4019 completes get images by album implementation and adds verify to makes testing a bit easier 2022-10-21 21:20:21 +02:00
Philipp Häfelfinger ff53bbec16 adds first get images implementation with image type not complete yet 2022-10-21 00:23:54 +02:00
Philipp Häfelfinger 6b36364b99 adds check for the right methods of session api 2022-10-17 23:59:22 +02:00
Philipp Häfelfinger 5d58aaee1c adds set rank 2022-10-17 23:56:45 +02:00
Philipp Häfelfinger 23fc948424 adds methods to set, delete and refresh representative image of an album 2022-10-17 23:54:38 +02:00
Philipp Häfelfinger f862a9794f adds check for tests to validate parameters and method sent to piwigo 2022-10-17 23:52:58 +02:00
Philipp Häfelfinger f3ff670ef0 adds DeleteRepresentativeAsync to album api
passes cancellation token to all async requests
2022-10-17 23:23:25 +02:00
Philipp Häfelfinger a05e149b31 optimizes login method 2022-10-17 00:23:40 +02:00
Philipp Häfelfinger 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
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
Philipp Häfelfinger 181ccef825 splits typed response into response without result and response with result 2022-10-16 23:10:20 +02:00
Philipp Häfelfinger 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
Philipp Häfelfinger 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
Philipp Häfelfinger cae3f94e39 adds interfaces to structure the piwigo api parts 2022-10-15 00:23:49 +02:00
Philipp Häfelfinger e5ba4c6e4a splits client into multiple interfaces and adds a context
adds code format for rider / resharper
2022-10-15 00:07:59 +02:00
Philipp Häfelfinger b2940dc33b adds GetAllCategoriesAsync 2022-10-08 00:08:48 +02:00
Philipp Häfelfinger 5cdd637faf consolidates extension methods 2022-10-07 23:11:28 +02:00
Philipp Häfelfinger 5f7f6f6efa moves assembly visible to csproj 2022-10-07 23:11:15 +02:00
Philipp Häfelfinger 06dd6548cf makes get status work and adds debug logging of responses 2022-10-07 13:43:19 +02:00
Philipp Häfelfinger 3bf56c7ee7 adds first implementation details and starts with login / logout 2022-10-06 23:54:44 +02:00
Philipp Häfelfinger 0751dbe9d3 adds empty skeleton projects 2022-09-23 23:54:29 +02:00
Philipp Häfelfinger 98525f1305 adds rider ide settings 2022-09-23 23:51:39 +02:00
Philipp Häfelfinger 9e81f511db Initial commit 2022-09-23 22:03:06 +02:00