From 1992a2fbf2b1754ec830ee2037bff081c2daf849 Mon Sep 17 00:00:00 2001 From: Benjamin Bellamy Date: Thu, 11 Mar 2021 19:30:48 +0100 Subject: [PATCH] Update Chapters.md --- API/Chapters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API/Chapters.md b/API/Chapters.md index ab69622..b86d567 100644 --- a/API/Chapters.md +++ b/API/Chapters.md @@ -13,7 +13,7 @@ It was initiated by [David Norman](https://podcastindex.social/@hypercatcher) fo To help making things clear, let's take an example: A podcaster, we'll call her Eve, is hosting a podcast on Castopod. She is using HyperCatcher to manage the chapters. -### Before using Chapter API +### Without the Chapters API Whenever Eve wants to publish a new episode, she has to: - Go to her Castopod admin panel, save the episode, then publish it so that it is visible in the RSS feed. - Go to her HyperCatcher dashboard, click "Edit", click "Fetch Episodes" so that HyperCatcher gets this new episode. @@ -22,7 +22,7 @@ Whenever Eve wants to publish a new episode, she has to: Later, Eve will wait for users to edit chapters, she will go back to HyperCatcher dashboard, Accept (or not) the community chapters. -### After using Chapter API +### With the Chapters API Whenever Eve wants to publish a new episode, she has to: - Go to her Castopod admin panel, save the episode. (Castopod will automatically call the Chapter API at Hypercatcher, send the new episode and get from HyperCatcher the public "URL for Json" and the private URL to the episode in the HyperCatcher dashboard.) - That's it.