buzzsprout / buzzsprout-api

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

Episode Status Information #38

Open claritycodeweb opened 1 year ago

claritycodeweb commented 1 year ago

Hey team,

We are using Buzzsprout for our podcasts, and we need to know when each episode is published and available to our listeners. However, every time we receive a full list, we are unable to determine the status of each episode (whether it's already available or not). Is it possible to consider this request for your roadmap or do you have any workaround suggestions we could try on our end?

johnloringpollard commented 1 year ago

If the published at time is in the past and private is set to false, then the episode should be published. If published at is in the future but private is set to false, then the episode is scheduled. If the published at is in the past and private is set to true then the episode is private.