InventivetalentDev / MineskinClient

Java client for the MineSkin API
https://mineskin.org
MIT License
33 stars 15 forks source link

Fix generateUser method to use "uuid" instead of "user" #12

Closed TechnicallyCoded closed 2 years ago

TechnicallyCoded commented 2 years ago

As stated in the REST api docs, we are supposed to use "uuid": "xxx" rather than "user": "xxx". This commit just updates this in the code since the code on the master branch at the time of writing fails to execute.