buzzsprout / buzzsprout-api

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

Get 'the next issue' #35

Open jlvanhulst opened 1 year ago

jlvanhulst commented 1 year ago

Would love to have an option to filter episodes by episode date so that it is easier to see if there are NEW episodes. could be as simple as ?startdate=20230101 or alternatively season/episode? I'm trying to keep a list of episodes update to date in my system and now have to request all episodes all the time and then figure out which ones I don't have yet.

johnloringpollard commented 1 year ago

The default order should be the most recent published episodes first. Are you able to pull back episodes and stop the loop if you recognize an episode already?