app.rocksky.feed.getStories
Schema Diff
+9 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.rocksky.feed.getStories",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"ref": "app.rocksky.feed.defs#storiesView",
9
9
"type": "ref"
10
10
},
11
11
"encoding": "application/json"
12
12
},
13
13
"parameters": {
14
14
"type": "params",
15
15
"properties": {
16
+
"feed": {
17
+
"type": "string",
18
+
"format": "at-uri",
19
+
"description": "The feed URI to filter stories by."
20
+
},
16
21
"size": {
17
22
"type": "integer",
18
23
"minimum": 1,
19
24
"description": "The maximum number of stories to return."
25
+
},
26
+
"following": {
27
+
"type": "boolean",
28
+
"description": "If true, only return stories from users the viewer follows. Requires authentication."
20
29
}
21
30
}
22
31
},
23
32
"description": "Get all currently playing tracks by users"
24
33
}
25
34
},
26
35
"$type": "com.atproto.lexicon.schema",
27
36
"lexicon": 1
28
37
}