hcgcloud / pterodactyl-sdk

Pterodactyl Panel PHP SDK/API wrapper
https://hcgcloud.github.io/pterodactyl-sdk-docs/
MIT License
27 stars 25 forks source link

Fixed get request with query parameters #33

Closed JWaldecker closed 3 years ago

JWaldecker commented 3 years ago

Currently query parameters in a GET request are being sent to the api as a body payload. This isn't the correct behavior of a GET request and causes the query parameters are not correctly sent and interpreted by the API.

Closes #32