You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stefan Geyer edited this page Mar 27, 2019
·
2 revisions
Welcome to the challonge-java wiki. For information on a certain topic, use the sidebar on the right.
The aim of this project is to provide an easy way of accessing the CHALLONGE! API through Java. This project provides three main components - core, serializers and rest. Serializers are used to map the JSON data received from the API to Java Objects and vice versa while the rest module performs the actual network requests. Both are used together in the core module which exposes an entry point for easy usage. Check the respective pages for further information. Right now only few implementations of the rest and serializers module are available - more may follow in the future.
This page also features a small example on how to get started. In oder to use challonge-java you must generate an API key in your Challonge developer settings. In order to run this example you will need to add dependencies for the Retrofit RestClient and Gson Serializer.