We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e199c82 commit e4c69baCopy full SHA for e4c69ba
1 file changed
README.md
@@ -120,9 +120,10 @@ how much glue you want to write.
120
the browser SDK types `call` / `publish` / `subscribe` end-to-end
121
from your ROS 2 message types; and every capability
122
is also a plain HTTP endpoint —
123
- `curl -X POST http://<host>/capability/call/<name>` — so shell
124
- scripts, Postman, AI-agent tool-use, and even a bare browser
125
- `fetch()` (CORS-enabled) just work.
+ `curl -X POST http://<host>/capability/call/<name>`, with `subscribe`
+ streaming as Server-Sent Events (`GET .../capability/subscribe/<name>`) —
+ so shell scripts, Postman, AI-agent tool-use, and even a bare browser
126
+ `fetch()` / `EventSource` (CORS-enabled) just work.
127
_New in `2.0.0-beta.0`._
128
129
```ts
0 commit comments