stirante / lol-client-java-api

Simple library which provides access to internal League of Legends Client API.
GNU General Public License v3.0
67 stars 14 forks source link

How do you update the generated folder? #5

Closed robinwithes closed 5 years ago

robinwithes commented 5 years ago

It might be a good idea to share your method of updating the generated module so that other people can do it in case of your absence.

stirante commented 5 years ago

I added class I was using to generate those classes along with pretty easy way to run it in https://github.com/stirante/lol-client-java-api/commit/7f880d7abbd439e502eb14230caa6019ea2a5e37

Now if you want to generate those classes, just run LoL client with swagger enabled and run mvn clean compile exec:java in working directory of the project.