buzzsprout / buzzsprout-api

The official documentation for the Buzzsprout API (http://www.buzzsprout.com).
48 stars 10 forks source link

get all list of podcast #17

Closed moxspoy closed 4 years ago

moxspoy commented 4 years ago

i have list of podcast like this

image

is there a way to get all list of podcast (i want to get list of podcast id) so that i can make request to get all episodes based on podcast id ?

johnloringpollard commented 4 years ago

Yes you should be able to call /api/podcasts to get a list of all the podcasts. Let me know if that works for you!

moxspoy commented 4 years ago

Thank you @johnloringpollard , it works. Why this endpoint not exist in the documentation ? It might be useful to update the docs.