buzzsprout / buzzsprout-api

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

Upload but not publish an episode #18

Closed TechnoPorg closed 4 years ago

TechnoPorg commented 4 years ago

Hello. I am working on a project that uses the Buzzsprout API, and I would like to be able to upload an episode without publishing it. I assume it has something to do with the private or published-at values, but I would appreciate further clarification. I don't mean to cause offense, but the documentation about the different values in episodes.json feels rather incomplete. Thank you in advance!

johnloringpollard commented 4 years ago

If an episode is set to private, it won't be public regardless of the published_at date. If an episode has private set to false, it will be public only if published_at is in the past. Does that help?

TechnoPorg commented 4 years ago

Yes, that's just the information I needed. Thank you very much.