This library binds the CHALLONGE! REST API calls for Java and any other JVM language.
Released under the MIT license.
implementation group: 'at.stefangeyer.challonge', name: 'core', version: '2.1.0'
<dependency>
<groupId>at.stefangeyer.challonge</groupId>
<artifactId>core</artifactId>
<version>2.1.0</version>
</dependency>
Check the wiki for instructions on how get started.
This project is split up in the modules core, rest and serializers. While core contains
the main functionality and interfaces for the rest and serializer package, the latter contains all available
implementations of their respective interfaces. Rest and serializers contain all implementations of the core module's interfaces Serializer
and RestClient
. Additional implementations may follow in the future.
Currently, there are the following serializer implementations:
Currently, there are the following rest client implementations: