We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c64adf commit af994d2Copy full SHA for af994d2
docs/_data/Help/Get-WebSocket.json
@@ -73,7 +73,7 @@
73
{
74
"Title": "EXAMPLE 9",
75
"Markdown": "BlueSky, but just the hashtags",
76
- "Code": "websocket wss://jetstream2.us-west.bsky.network/subscribe?wantedCollections=app.bsky.feed.post -WatchFor @{\n {$webSocketoutput.commit.record.text -match \"\\#\\w+\"}={\n $matches.0\n } \n}"
+ "Code": "websocket wss://jetstream2.us-west.bsky.network/subscribe -QueryParameter @{\n wantedCollections = 'app.bsky.feed.post'\n} -WatchFor @{\n {$webSocketoutput.commit.record.text -match \"\\#\\w+\"}={\n $matches.0\n } \n} -Maximum 1kb"
77
},
78
79
"Title": "EXAMPLE 10",
0 commit comments