From 03e400b102915c15b735e6527bd14e4e6164f4ae Mon Sep 17 00:00:00 2001 From: Benjamin Bellamy Date: Thu, 11 Mar 2021 19:49:18 +0100 Subject: [PATCH] Update Chapters.md --- API/Chapters.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/API/Chapters.md b/API/Chapters.md index cc653f5..d18d90c 100644 --- a/API/Chapters.md +++ b/API/Chapters.md @@ -59,7 +59,7 @@ Response: ### Authentication Thir API will use the mechanism already used by the [PodcastIndex.org API](https://podcastindex-org.github.io/docs-api/#auth). -The Chapters Provider will provide a couple `apiKey` and `apiSecret` which will be displayed on the user dashboard so that the podcaster can copy them and paste them on his Podcast Hosting configuration panel. +The Chapters Provider will provide a couple `apiKey` and `apiSecret` which will be displayed on the user dashboard so that the podcaster can copy and paste them on his Podcast Hosting configuration panel. Fields: - `User-Agent`: Mandatory Please identify the system/product you are using to make this request. @@ -78,13 +78,3 @@ The Authorization header is computed with something like this (pseudo-code): ``` authHeader = sha1(apiKey+apiSecret+unixTime) ``` - - - - - - - - - -