Replies: 4 comments 3 replies
-
What's the actual error? |
Beta Was this translation helpful? Give feedback.
-
I am now able to successfully receive and process the JSON object of a signal message via web socket. Great! I am also able to send some plain text through the web socket. But nothing happens in Signal - probably this has to be a specific json format as well. How should I build this JSON object to make it work? Thx, H-C |
Beta Was this translation helpful? Give feedback.
-
see https://bbernhard.github.io/signal-cli-rest-api/ for the swagger documentation and https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md for concrete examples. |
Beta Was this translation helpful? Give feedback.
-
I saw that and I am able to send via Curl (not web socket). The string
works well via curl. Can I send this right through the web socket as well? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The API works for me using GET/POST.
I now switched to json-rpc and try to open a Websocket using a tool:
However, I get an Error. Anybody has a hint? How can I test the Websocket from a linux shell?
Best, Hans-Christian
Beta Was this translation helpful? Give feedback.
All reactions