Adding example of websocket url

This commit is contained in:
shockrah 2021-04-14 22:39:06 -07:00
parent 0b0bcd5de6
commit 39ae3ba6be

View File

@ -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