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: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,28 @@ Use specific OAuth 2.0 account:
91
91
xurl --username johndoe /2/users/me
92
92
```
93
93
94
+
### Streaming Responses
95
+
96
+
Streaming endpoints (like `/2/tweets/search/stream`) are automatically detected and handled appropriately. The tool will automatically stream the response for these endpoints:
97
+
98
+
-`/2/tweets/search/stream`
99
+
-`/2/tweets/sample/stream`
100
+
-`/2/tweets/sample10/stream`
101
+
-`/2/tweets/firehose/strea/lang/en`
102
+
-`/2/tweets/firehose/stream/lang/ja`
103
+
-`/2/tweets/firehose/stream/lang/ko`
104
+
-`/2/tweets/firehose/stream/lang/pt`
105
+
106
+
For example:
107
+
```bash
108
+
xurl /2/tweets/search/stream
109
+
```
110
+
111
+
You can also force streaming mode for any endpoint using the `--stream` or `-s` flag:
112
+
```bash
113
+
xurl -s /2/users/me
114
+
```
115
+
94
116
## Token Storage
95
117
96
118
Tokens are stored securely in `~/.xurl` in your home directory.
0 commit comments