A java api client for Toornament.
To use the current master branch in your project, add this to your pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.BrentonPoke</groupId>
<artifactId>ToornamentClient</artifactId>
<version>2.1.1</version>
</dependency>
Finally released to v2.1.1 and is ready for commentary.
The same terms and conditions apply as for the Toornament API, as stated on their website: https://developer.toornament.com/terms-guidelines
This API client is licenced under the Apache 2 License, which can be found in this repository for reference.