Skip to content

Commit 6ffe231

Browse files
committed
Clarify the Recent Data endpoint
1 parent 87857dc commit 6ffe231

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Postman Docs/PodcastIndex.postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@
11031103
"response": []
11041104
},
11051105
{
1106-
"name": "Data",
1106+
"name": "Recent Data",
11071107
"request": {
11081108
"method": "GET",
11091109
"header": [],
@@ -1137,7 +1137,7 @@
11371137
}
11381138
]
11391139
},
1140-
"description": "This call returns every new feed added to the index over the past 24 hours in reverse chronological order.\n\nThis is similar to `/recent/feeds` but uses the date the feed was found by the index rather than the feed's\ninternal timestamp.\n\nSimilar data can also be accessed using object storage root url https://tracking.podcastindex.org/current\n\nExamples:\n\n - https://api.podcastindex.org/api/1.0/recent/data?pretty\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10&since=1671164867\n"
1140+
"description": "This call returns every new feed and episode added to the index over the past 24 hours in reverse chronological order.\n\nThis is similar to `/recent/feeds` but uses the date the feed was found by the index rather than the feed's\ninternal timestamp.\n\nSimilar data can also be accessed using object storage root url https://tracking.podcastindex.org/current\n\nExamples:\n\n - https://api.podcastindex.org/api/1.0/recent/data?pretty\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10&since=1671164867\n"
11411141
},
11421142
"response": []
11431143
},

api_src/paths/recent/data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
get:
22
tags:
33
- Recent
4-
summary: Feed Data
4+
summary: Recent Data
55
# language=Markdown
66
description: >
7-
This call returns every new feed added to the index over the past 24 hours in reverse chronological order.
7+
This call returns every new feed and episode added to the index over the past 24 hours in reverse chronological order.
88
99
1010
This is similar to `/recent/feeds` but uses the date the feed was found by the index rather than the feed's

docs/pi_api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5063,8 +5063,8 @@
50635063
"tags": [
50645064
"Recent"
50655065
],
5066-
"summary": "Feed Data",
5067-
"description": "This call returns every new feed added to the index over the past 24 hours in reverse chronological order.\n\nThis is similar to `/recent/feeds` but uses the date the feed was found by the index rather than the feed's internal timestamp.\n\nSimilar data can also be accessed using object storage root url https://tracking.podcastindex.org/current\n\nExamples:\n\n - https://api.podcastindex.org/api/1.0/recent/data?pretty\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10&since=1671164867\n",
5066+
"summary": "Recent Data",
5067+
"description": "This call returns every new feed and episode added to the index over the past 24 hours in reverse chronological order.\n\nThis is similar to `/recent/feeds` but uses the date the feed was found by the index rather than the feed's internal timestamp.\n\nSimilar data can also be accessed using object storage root url https://tracking.podcastindex.org/current\n\nExamples:\n\n - https://api.podcastindex.org/api/1.0/recent/data?pretty\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10\n - https://api.podcastindex.org/api/1.0/recent/data?pretty&max=10&since=1671164867\n",
50685068
"operationId": "recent/data",
50695069
"security": [
50705070
{

docs/pi_api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4497,10 +4497,10 @@ paths:
44974497
get:
44984498
tags:
44994499
- Recent
4500-
summary: Feed Data
4500+
summary: Recent Data
45014501
description: >
4502-
This call returns every new feed added to the index over the past 24
4503-
hours in reverse chronological order.
4502+
This call returns every new feed and episode added to the index over the
4503+
past 24 hours in reverse chronological order.
45044504
45054505
45064506
This is similar to `/recent/feeds` but uses the date the feed was found

0 commit comments

Comments
 (0)