You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Postman Docs/PodcastIndex.postman_collection.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,12 @@
35
35
"description": "Only returns feeds with a `value` block of the specified type. Use `any` to return feeds with any `value` block.\n",
36
36
"disabled": true
37
37
},
38
+
{
39
+
"key": "max",
40
+
"value": "20",
41
+
"description": "Maximum number of results to return.\n",
42
+
"disabled": true
43
+
},
38
44
{
39
45
"key": "aponly",
40
46
"value": "true",
@@ -91,6 +97,12 @@
91
97
"description": "Only returns feeds with a `value` block of the specified type. Use `any` to return feeds with any `value` block.\n",
92
98
"disabled": true
93
99
},
100
+
{
101
+
"key": "max",
102
+
"value": "20",
103
+
"description": "Maximum number of results to return.\n",
104
+
"disabled": true
105
+
},
94
106
{
95
107
"key": "clean",
96
108
"value": "",
@@ -141,6 +153,12 @@
141
153
"value": "adam curry",
142
154
"description": "(Required) Person search for\n"
143
155
},
156
+
{
157
+
"key": "max",
158
+
"value": "20",
159
+
"description": "Maximum number of results to return.\n",
160
+
"disabled": true
161
+
},
144
162
{
145
163
"key": "fulltext",
146
164
"value": "",
@@ -192,6 +210,12 @@
192
210
"description": "Only returns feeds with an `itunesId`.\n",
193
211
"disabled": true
194
212
},
213
+
{
214
+
"key": "max",
215
+
"value": "20",
216
+
"description": "Maximum number of results to return.\n",
217
+
"disabled": true
218
+
},
195
219
{
196
220
"key": "clean",
197
221
"value": "",
@@ -412,6 +436,12 @@
412
436
"value": "video",
413
437
"description": "(Required) The medium value to search for.\n\nFull list of possible values documented in [medium](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#medium) tag spec."
414
438
},
439
+
{
440
+
"key": "max",
441
+
"value": "20",
442
+
"description": "Maximum number of results to return.\n",
0 commit comments