Adding example of websocket url
This commit is contained in:
parent
0b0bcd5de6
commit
39ae3ba6be
@ -24,6 +24,8 @@ To authenticate properly you must use the following url structure:
|
|||||||
|
|
||||||
> `<wsurl>/text?jwt=<jwt>`
|
> `<wsurl>/text?jwt=<jwt>`
|
||||||
|
|
||||||
|
> Example ws://localhost:1234/text?jwt=asdf123
|
||||||
|
|
||||||
|
|
||||||
The JWT in the query string is the same JWT used for requests against the REST API.
|
The JWT in the query string is the same JWT used for requests against the REST API.
|
||||||
The `/text` path listens for changes on all available text channels so even if a
|
The `/text` path listens for changes on all available text channels so even if a
|
||||||
|
Loading…
Reference in New Issue
Block a user