Jonathan Flueren 7813339a95 Allow EpisodeAction upload as array
Parsing EpisodeActions from String can lead to problems if the String is changed by only a little bits.
Additionally, the gpodder api describes the upload as Array.
Uploading EpisodeActions as String is still possible.
2021-10-06 19:40:52 +02:00
2021-10-06 14:06:45 +02:00
2021-10-06 19:40:52 +02:00
2021-10-06 19:40:52 +02:00
2021-10-03 09:42:00 +02:00
2021-10-06 14:06:45 +02:00
2021-09-28 11:10:22 +02:00

nextcloud-gpodder

nextcloud app that replicates basic gpodder.net api

This app serves as synchronization endpoint for AntennaPod: https://github.com/AntennaPod/AntennaPod/pull/5243/

API

subscription

  • subscription: /index.php/apps/gpoddersync/subscriptions
  • subscription change : /index.php/apps/gpoddersync/subscription_change/create

The API replicates this: https://gpoddernet.readthedocs.io/en/latest/api/reference/subscriptions.html

episode action

  • episode actions: /index.php/apps/gpoddersync/episode_action
  • create episode actions: /index.php/apps/gpoddersync/episode_action/create

The API replicates this: https://gpoddernet.readthedocs.io/en/latest/api/reference/events.html

we also process the property uuid.

Description
nextcloud app that replicates basic gpodder.net api
Readme 928 KiB
Languages
PHP 92%
Vue 5.1%
Makefile 2.1%
JavaScript 0.8%