buzzsprout / buzzsprout-api

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

Enable setting of "Custom Episode Webpage" via API #45

Closed Jan0707 closed 10 months ago

Jan0707 commented 10 months ago

Hi 👋

According to some of our listeners, as well as external feed validation services (e.g. https://www.castfeedvalidator.com ) it is super helpful to have the "Custom Episode Webpage" set for each episode in the feed.

When editing an episode (via https://www.buzzsprout.com/XXXXX/podcast/edit ) it is already possible to set that. That field however is not exposed via the API and cannot be set via the API (see here: https://github.com/buzzsprout/buzzsprout-api/blob/master/sections/episodes.md#create-episode ).

Given that our publishing workflow is completely automated, it is not really feasible for us to set this manually for every episode. Thus, I kindly ask you to enable setting this field via the API.

All the best from Bad Nauheim, Germany!

johnloringpollard commented 10 months ago

I have added custom_url to the API. So you should be all set now!