hcgcloud / pterodactyl-sdk

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

Get a server instance by external id string #23

Closed Magi1053 closed 4 years ago

Magi1053 commented 4 years ago

Currently the library forces the serverEx method to provide an int as an external identifier, however pterodactyl does allow this value to be a string as well, there should be no reason for this type to be forced.

tyson239 commented 4 years ago

Thank you for your feedback.