Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

burdoto/DiscordEmoji-API

Repository files navigation

DiscordEmoji-API Build Status Javadocs Maven Central Release Development Release

Java-Wrapper for the discordemoji.com API

Importing

Gradle

For importing this project using Gradle, you need to add the following to your build.gradle:

repositories {
    jcenter()
}

dependencies {
    implementation 'de.kaleidox:discordemoji-api:1.0.0'
}

Using

This wrapper contains a facade class that can be conveniently used to request anything provided by the discordemoji.com API.

Requested object are stored in a cache and can be re-requested by their IDs using the respective getByID(int) method.

Speed Test Results

These are the time results for the wrapper when performing a full cache refresh on startup:

Speedtest Results