Home - JavierSegoviaCordoba/data_dragon_wrapper_java GitHub Wiki
Summary of how this library works
- Check the pages of this wiki to see the structure of this library, the endpoints, the objects and the methods.
- All methods have their respective asynchronous method, for example:
getChampion(...)
and getChampionAsync(...)
Any method has this parameters structure:
- The first parameter is the name/key/id of the object you are fetching (if neccesary).
- If you want a custom Locale and Version, you can put them in the second and third (first and second if the method hasn't name/key/id).
- The last parameter is always a new... interface (just let the IDE do it for you).