Android Question Using websocket client with an api that needs an auth after the connection.

shadowdevfr

Member
Hi. It's been a day i've been trying to figure out how to use this api, wich needs a websocket to return a server's console output.
Here are the docs:
1623082979443.png

I got the token and the websocket link, but I have no idea how to connect to the websocket and login after the connection by sending {"event":"auth","args":["eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImp0aSI6Ij..."]}
 
Top