Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Latest commit

 

History

History
48 lines (37 loc) · 1.52 KB

File metadata and controls

48 lines (37 loc) · 1.52 KB

challonge-java

This library binds the CHALLONGE! REST API calls for Java and any other JVM language.

Released under the MIT license.

Gradle

repositories {
  maven { url 'https://jitpack.io' }
}

implementation 'com.github.Inkception:challonge-java:core:%VERSION%'

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.Inkception.challonge-java</groupId>
    <artifactId>core</artifactId>
    <version>%VERSION%</version>
</dependency>

Examples

Check the wiki for instructions on how get started.

Modules

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.

Serializers

Currently, there are the following serializer implementations:

Rest Clients

Currently, there are the following rest client implementations: