Devonte
Devonte
Currently you can include the `.` and `#` symbols in type/symbol queries when searching or getting info. However, these are not scope-aware, meaning that using a query with `.` will...
Implement support for [fzf](https://github.com/junegunn/fzf). I'm not entirely sure what this is for as I don't use it, so it won't really be high priority.
### Current Behavior (ref: [Discord](https://discord.com/channels/922284031129825280/1034612251908395049/1123280705493946440)) Making purchases via Stripe can cause a 500 error response from the panel if the Stripe configuration is invalid (for example, an invalid `APP_URL` value...
Currently when a websocket authentication fails, there is no indication of this to the end-user, and the websocket connection will stay alive despite not receiving anything from the server. Instead,...
Abstracting errors to their own classes is a popular and common error structure in a lot of libraries and is a standard in certain programming languages like Java. Currently, PteroJS...
Currently there is no proper ratelimit system for HTTP requests, all 4xx responses are treated as `PteroAPIError`s and are subsequently thrown. Ratelimit responses should be a special case which suspends...
With the new guidelines being merged, all of the documents for the Pterodactyl API (and a few of the Wings API documents) need updating to the specification: Application: - [x]...
A section (probably in the main README) defining the appropriate terminology for the Pterodactyl and Wings APIs, as well as clarifications for incorrect or misinterpreted terms.
Most of the endpoints for the application API has been covered with a few notable ones missing, like servers (for example). Ideally this should be covered entirely.
Full coverage of the client API is the goal here, there have been attempts [here](https://api.ptero.sh) and from [the original documentation](https://dashflo.net/docs/api/pterodactyl/v1/) but ideally this repo should have full coverage of all...