openpodcast / roadmap

πŸ—ΊπŸŽ™ Project Roadmap and Milestones for Open Podcast
0 stars 0 forks source link

Integrate Apple Podcaster Data in conector and fetch data #56

Closed woolfg closed 1 year ago

woolfg commented 1 year ago

APIs:

mre commented 1 year ago

Started working on Apple connector here: https://github.com/openpodcast/apple-connector

Integrated endpoints so far:

woolfg commented 1 year ago
* episodes (Notably doesn't support any pagination. I wonder if they always return all episodes even for podcasts with many episodes.)

for EngKiosk with 43 episodes they return all.

mre commented 1 year ago

Added episodeDetails and analytics as well.

mre commented 1 year ago

Creating PR for open repo next

woolfg commented 1 year ago

https://github.com/openpodcast/api/pull/24

woolfg commented 1 year ago

trends api fully covered by https://github.com/openpodcast/api/pull/25

woolfg commented 1 year ago

all required apis covered