mattmalec / Pterodactyl4J

Java wrapper for the API of Pterodactyl
Apache License 2.0
113 stars 31 forks source link

Check instance of description value #58

Closed Goksi closed 1 year ago

Goksi commented 1 year ago

fixes #57

I went trough endpoints, but it looks only node one seems to return null for description, server endpoint seems to just return empty string if no description is set

mattmalec commented 1 year ago

let me know when it's good to merge

Goksi commented 1 year ago

let me know when it's good to merge

Just gonna check few more endpoints 👍

Goksi commented 1 year ago

That should be it, server endpoint and egg variable both returns empty string and api key description is required

mattmalec commented 1 year ago

great work!