iamkubi / pydactyl

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

Missing support for /websocket endpoint #56

Closed gem7008 closed 2 years ago

gem7008 commented 2 years ago

Description

At the official Pterodacyl API documentation, under Client (/api/client) and under Server (/servers/{server}), there are ~two~ one GET endpoint that is not exposed in pydactyl.

These endpoints are:

Benefits

It will grant two additional new features:

iamkubi commented 2 years ago

Resources endpoint isn't missing (https://pydactyl.readthedocs.io/en/latest/clientapi.html#pydactyl.api.client.servers.base.ServersBase.get_server_utilization).

Websocket is.

iamkubi commented 2 years ago

Fixed by 1c641ee