Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.21 KB

Release

Toornament client

A java api client for Toornament. Currently not under active development by this team, but feel free to fork and continue development yourself. Pull requests will not be considered for the forseeable future.

Add to Gradle:

To use the current master branch in your project, add this to your build.gradle

allprojects {
        repositories {
            jcenter()
            maven { url "https://jitpack.io" }
        }
   }
   dependencies {
        compile 'com.github.AreaFiftyLAN:toornament-client:master-SNAPSHOT''
   }

This will add a snapshot of the current master to your classpath. Note that this will update very regularly, and can break. Once we reached a somewhat significant amount of features, we'll change to release based releases. Use with caution, not recommended for production systems quite yet!

Terms and Guidelines

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 MIT License, which can be found in this repository for reference.