Skip to content

Commit 88ea10a

Browse files
committed
Update index page
1 parent 2df3864 commit 88ea10a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/content/docs/specs/index.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,25 @@ sidebar:
88
## 1. Overview
99

1010
The Open Podcast API is a standard that facilitates the synchronization of podcast data between podcast clients.
11+
1112
This specification aims to provide comprehensive instructions for client and server developers looking to support the standard.
1213

1314
## 2. Definitions
1415

1516
The key words "MUST", "MUST NOT", "SHOULD", "SHOULD NOT", and "MAY" in this document are to be interpreted as described in [RFC 2119](https://www.rfc-editor.org/rfc/rfc2119).
1617

17-
## 3. Authentication
18+
### 2.1 Core and Optional endpoints
19+
20+
To ensure that the end-user experience is consistent across implementations, the specifications mark endpoints and features as Core (required) and Optional.
21+
22+
Core
23+
: The feature or endpoint MUST be supported by all clients and servers.
24+
25+
Optional
26+
: The feature or endpoint is considered to be additional functionality. Clients and servers MAY optionally support any combination of these features. Any project implementing Optional functionality SHOULD inform users about what is supported.
27+
28+
29+
## 3. Core endpoints
30+
31+
- [Subscriptions](./subscriptions)
32+

0 commit comments

Comments
 (0)