Skip to content

A Java wrapper for the official Clash of Clans REST API

License

Notifications You must be signed in to change notification settings

btilm305/BTClashWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BTClashWrapper

BTClashWrapper is a java implementation of v1 the Clash of Clans REST API found at https://developer.clashofclans.com/#/documentation.

Usage

Download the latest jar jar at https://github.com/btilm305/BTClashWrapper/releases and include it in your project.

    public static void main(String[] args) {
        ClashAPI clashAPI = BTClashWrapper.getAPIInstance(API_TOKEN);
        // use ClashAPI here
    }

To use the API, first generate a ClashAPI object using your API token as seen in the above example. This class allows you to use all of the API features without having to worry about making HTTP requests on your own.

Documentation

Documentation for the API can be found at http://btilm305.github.io/BTClashWrapper/index.html.

About

A Java wrapper for the official Clash of Clans REST API

Resources

License

Stars

Watchers

Forks

Packages