Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 530 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 530 Bytes

ServerAPI-SDK

A Java wrapper for api.2b2t.au

Installation

ServerAPI-SDK is available from Jitpack:

Gradle

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

dependencies {
    implementation 'com.github.2b2tAustralia:ServerAPI-SDK:Tag'
}

Todo

  • Write Example (Pretty Straight Forward Though)