Skip to content

A fork of The Altening API for Java

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
LICENSE
Notifications You must be signed in to change notification settings

Vladymyr/TheAltening4j

 
 

Repository files navigation

The Altening API for Java

Java 8+

A fork of The Altening API originally made by Trol. The objective of this fork is to improve the performance and readability for its users.

Prerequisites

  • Use JDK 1.8+

Usage

To create a new BasicDataRetriever instance depending on the wanted type:

import com.thealtening.api.TheAltening

BasicDataRetriever basicDataRetriever = TheAltening.newBasicRetriever("api key");
AsynchronousDataRetriever asynchronousDataRetriever = TheAltening.newAsyncRetriever("api key");

you also can pass the BasicDataRetriever to AsynchronousDataRetriever using toAsync:

AsynchronousDataRetriever asynchronousDataRetriever = basicDataRetriever.toAsync();

Even though most of the other methods are self-explanatory. If you want a little bit more detailed use of the API check out the tests.

License

The fork as the original repository requires it is under GNU GPLv3.

About

A fork of The Altening API for Java

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%