Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podcast endpoints #3140

Merged
merged 6 commits into from
Jul 11, 2024
Merged

Podcast endpoints #3140

merged 6 commits into from
Jul 11, 2024

Conversation

nichwall
Copy link
Contributor

@nichwall nichwall commented Jul 9, 2024

This PR continues on from #3012.

This PR adds initial podcast endpoints and includes the PodcastMetadata, PodcastEpisode, and Podcast schemas. More work is needed, but these routes and schemas are as accurate as I can make it with my current understanding of the data models and API. This future work will likely take place while working on LibraryItems and as some functions are updated.

Each of the schemas has some failing validation, but I believe that is due to inconsistent data handling for podcasts when fetching new episode information from the internet or creating new podcast episodes. Specific examples are:

This PR will have merge conflicts with #3012, so once that PR is merged I can fix the bundled spec conflicts.

Next, I am planning to work on updating LibraryItems to include both book and podcast options.

@nichwall
Copy link
Contributor Author

nichwall commented Jul 11, 2024

Well, looks like there were not any merge conflicts. Assuming the previously mentioned validation issues are okay, this is good to merge.

@advplyr
Copy link
Owner

advplyr commented Jul 11, 2024

Thanks!

@advplyr advplyr merged commit c5e60d3 into advplyr:master Jul 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants