iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
67 stars 21 forks source link

Add a helper class for interacting with websockets #66

Open deff-dev opened 1 year ago

deff-dev commented 1 year ago

Hi, I propose to add the console details image

iamkubi commented 1 year ago

https://pydactyl.readthedocs.io/en/stable/clientapi.html#pydactyl.api.client.servers.base.ServersBase.get_websocket

I would like to add a helper class for interacting with the websocket, but support for the websocket API endpoint already exists.

JewishLewish commented 1 month ago

Wanted +1 this.

There is get_websocket but how do I get information like status of server or logs from server. Is there a particular example that can be provided?