piwigodotnet/PiwigoDotnet/Piwigo.Client
Philipp Häfelfinger f3ff670ef0 adds DeleteRepresentativeAsync to album api
passes cancellation token to all async requests
2022-10-17 23:23:25 +02:00
..
Contract 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
AlbumApi.cs adds DeleteRepresentativeAsync to album api 2022-10-17 23:23:25 +02:00
CategoryPosition.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
CategoryStatus.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
DictionaryExtensions.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
FlurlExtensions.cs splits client into multiple interfaces and adds a context 2022-10-15 00:07:59 +02:00
IAlbumApi.cs adds DeleteRepresentativeAsync to album api 2022-10-17 23:23:25 +02:00
IGroupApi.cs adds interfaces to structure the piwigo api parts 2022-10-15 00:23:49 +02:00
IImageApi.cs adds interfaces to structure the piwigo api parts 2022-10-15 00:23:49 +02:00
IPermissionApi.cs adds interfaces to structure the piwigo api parts 2022-10-15 00:23:49 +02:00
IPiwigoClient.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
IPiwigoConfiguration.cs splits client into multiple interfaces and adds a context 2022-10-15 00:07:59 +02:00
IPiwigoContext.cs adds DeleteRepresentativeAsync to album api 2022-10-17 23:23:25 +02:00
ISessionApi.cs adds DeleteRepresentativeAsync to album api 2022-10-17 23:23:25 +02:00
ITagApi.cs adds interfaces to structure the piwigo api parts 2022-10-15 00:23:49 +02:00
IUserApi.cs adds interfaces to structure the piwigo api parts 2022-10-15 00:23:49 +02:00
Piwigo.Client.csproj moves assembly visible to csproj 2022-10-07 23:11:15 +02:00
PiwigoClient.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
PiwigoConfiguration.cs splits client into multiple interfaces and adds a context 2022-10-15 00:07:59 +02:00
PiwigoContext.cs adds DeleteRepresentativeAsync to album api 2022-10-17 23:23:25 +02:00
PiwigoException.cs adds first implementation details and starts with login / logout 2022-10-06 23:54:44 +02:00
SessionApi.cs adds DeleteRepresentativeAsync to album api 2022-10-17 23:23:25 +02:00